mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
authenticate: infer settings from authenticate url (#83)
This commit is contained in:
parent
06da599fbc
commit
603e6a17b9
21 changed files with 182 additions and 257 deletions
|
@ -37,7 +37,6 @@ echo " replace configuration settings to meet your specific needs and identity p
|
|||
|
||||
helm install ./helm/ \
|
||||
--set service.type="NodePort" \
|
||||
--set config.rootDomain="corp.pomerium.io" \
|
||||
--set ingress.secret.name="pomerium-tls" \
|
||||
--set ingress.secret.cert=$(base64 -i "$HOME/.acme.sh/*.corp.pomerium.io_ecc/*.corp.pomerium.io.cer") \
|
||||
--set ingress.secret.key=$(base64 -i "$HOME/.acme.sh/*.corp.pomerium.io_ecc/*.corp.pomerium.io.key") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue