added submodule
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
||||
.vscode
|
||||
|
||||
api-gateway/plugins/src/git.pbiernat.dev/traefik/plugin-egommerce-auth
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "api-gateway/plugins/src/git.pbiernat.dev/traefik/plugin-egommerce-auth"]
|
||||
path = api-gateway/plugins/src/git.pbiernat.dev/traefik/plugin-egommerce-auth
|
||||
url = git@git.pbiernat.dev:traefik/plugin-egommerce-auth.git
|
||||
@@ -15,6 +15,7 @@ waitForService()
|
||||
}
|
||||
|
||||
waitForService "api-registry:8500"
|
||||
# waitForService "api-registry:${API_REGISTRY_UI_PORT}"
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
tls:
|
||||
certificates:
|
||||
certFile: /etc/traefik/certs/client.cert
|
||||
keyFile: /etc/traefik/certs/client.key
|
||||
certFile: /etc/traefik/certs/gateway.pem
|
||||
keyFile: /etc/traefik/certs/gateway.key
|
||||
stores:
|
||||
default:
|
||||
defaultCertificate:
|
||||
certFile: /etc/traefik/certs/client.cert
|
||||
keyFile: /etc/traefik/certs/client.key
|
||||
certFile: /etc/traefik/certs/gateway.pem
|
||||
keyFile: /etc/traefik/certs/gateway.key
|
||||
|
||||
@@ -79,3 +79,5 @@ experimental:
|
||||
localPlugins:
|
||||
requestid:
|
||||
moduleName: "git.pbiernat.dev/traefik/plugin-requestid"
|
||||
auth:
|
||||
moduleName: "git.pbiernat.dev/traefik/plugin-egommerce-auth"
|
||||
|
||||
Reference in New Issue
Block a user