Skip to content

Commit

Permalink
add coverage for gateway api
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed May 21, 2024
1 parent 548cb8d commit 4da2829
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/gatewayApi/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ venv.bak/
# mypy
.mypy_cache/

config/*.json
config/default.json

LOCAL.md
_tmp
18 changes: 18 additions & 0 deletions microservices/gatewayApi/config/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"logLevel": "DEBUG",
"defaultDataPlane": "test-dp",
"kongAdminUrl": "http://kong",
"portal": {
"url": "http://portal"
},
"protectedKubeNamespaces": "[\"platform\"]",
"plugins": {
"rate_limiting": {
"redis_host": "redishost",
"redis_password": "redispassword"
}
},
"hostTransformation": {
"enabled": false
}
}

0 comments on commit 4da2829

Please sign in to comment.