mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 00:10:45 +02:00
docs: fix typos in examples
This commit is contained in:
parent
dec57f66f3
commit
6eab1b7630
2 changed files with 5 additions and 5 deletions
|
@ -17,10 +17,10 @@ services:
|
|||
environment:
|
||||
- SERVICES=authenticate
|
||||
# NOTE!: Replace with your identity provider settings https://www.pomerium.io/docs/identity-providers.html
|
||||
- IDP_PROVIDER=google
|
||||
- IDP_PROVIDER_URL=https://accounts.google.com
|
||||
- IDP_CLIENT_ID=REPLACE_ME.apps.googleusercontent.com
|
||||
- IDP_CLIENT_SECRET=REPLACE_ME
|
||||
# - IDP_PROVIDER=google
|
||||
# - IDP_PROVIDER_URL=https://accounts.google.com
|
||||
# - IDP_CLIENT_ID=REPLACE_ME.apps.googleusercontent.com
|
||||
# - IDP_CLIENT_SECRET=REPLACE_ME
|
||||
# - IDP_CLIENT_SECRET=REPLACE_ME
|
||||
# NOTE! Generate new secret keys! e.g. `head -c32 /dev/urandom | base64`
|
||||
# Generated secret keys must match between services
|
||||
|
|
|
@ -53,7 +53,7 @@ helm install $HOME/pomerium-helm \
|
|||
--set authenticate.idp.clientID="REPLACE_ME" \
|
||||
--set authenticate.idp.clientSecret="REPLACE_ME" \
|
||||
--set-string ingress.annotations."kubernetes\.io/ingress\.allow-http"=false \
|
||||
--set ingress.annotations."cloud\.google\.com/app-protocols"='\{"https":"HTTPS"\}
|
||||
--set ingress.annotations."cloud\.google\.com/app-protocols"='\{"https":"HTTPS"\}'
|
||||
|
||||
# When done, clean up by deleting the cluster!
|
||||
# helm del $(helm ls --all --short) --purge # deletes all your helm instances
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue