added submodule
This commit is contained in:
parent
1e4010a427
commit
185316b9ec
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
.vscode
|
.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:8500"
|
||||||
|
# waitForService "api-registry:${API_REGISTRY_UI_PORT}"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
tls:
|
tls:
|
||||||
certificates:
|
certificates:
|
||||||
certFile: /etc/traefik/certs/client.cert
|
certFile: /etc/traefik/certs/gateway.pem
|
||||||
keyFile: /etc/traefik/certs/client.key
|
keyFile: /etc/traefik/certs/gateway.key
|
||||||
stores:
|
stores:
|
||||||
default:
|
default:
|
||||||
defaultCertificate:
|
defaultCertificate:
|
||||||
certFile: /etc/traefik/certs/client.cert
|
certFile: /etc/traefik/certs/gateway.pem
|
||||||
keyFile: /etc/traefik/certs/client.key
|
keyFile: /etc/traefik/certs/gateway.key
|
||||||
|
@ -79,3 +79,5 @@ experimental:
|
|||||||
localPlugins:
|
localPlugins:
|
||||||
requestid:
|
requestid:
|
||||||
moduleName: "git.pbiernat.dev/traefik/plugin-requestid"
|
moduleName: "git.pbiernat.dev/traefik/plugin-requestid"
|
||||||
|
auth:
|
||||||
|
moduleName: "git.pbiernat.dev/traefik/plugin-egommerce-auth"
|
||||||
|
Loading…
Reference in New Issue
Block a user