v0.1 version: added ci, container, nginx + base apigw config
This commit is contained in:
9
data/etc/nginx/apigw_keys.conf
Normal file
9
data/etc/nginx/apigw_keys.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
map $http_apikey $apigw_client_name {
|
||||
default "";
|
||||
|
||||
"R7HVf14WE5m4d5L3uv2sZU8Y" "identity_api";
|
||||
"fd7uAN3/GKIfvFrOdfEAoo1y" "basket_api";
|
||||
}
|
||||
|
||||
# $ openssl rand -base64 18
|
||||
# 7B5zIqmRGXmrJTFmKa99vcit
|
||||
Reference in New Issue
Block a user