Skip to content

Commit

Permalink
remove reference to unused authorize service url (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Bobby DeSimone <[email protected]>
  • Loading branch information
desimone authored Jan 29, 2020
1 parent 67e4478 commit 4ce4b80
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion charts/pomerium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: pomerium
version: 5.0.0
version: 5.0.1
appVersion: 0.6.0
home: http://www.pomerium.io/
icon: https://www.pomerium.io/logo-long.svg
Expand Down
1 change: 0 additions & 1 deletion charts/pomerium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ A full listing of Pomerium's configuration variables can be found on the [config
| `proxy.nameOverride` | Name of the proxy service. | `proxy` |
| `proxy.fullnameOverride` | Full name of the proxy service. | `proxy` |
| `proxy.authenticateServiceUrl` | The externally accessible url for the authenticate service. | `https://{{authenticate.name}}.{{config.rootDomain}}` |
| `proxy.authorizeServiceUrl` | The externally accessible url for the authorize service. | `https://{{authorize.name}}.{{config.rootDomain}}` |
| `proxy.replicaCount` | Number of Proxy pods to run | `1` |
| `proxy.existingTLSSecret` | Name of existing TLS Secret for proxy service | |
| `proxy.deployment.annotations` | Annotations for the proxy deployment. If none given, then use value of `annotations` | `{}` |
Expand Down
18 changes: 1 addition & 17 deletions charts/pomerium/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,7 @@ Get the Pomerium URL by running:
#### ERROR: You did not set a valid identity provider ####
##############################################################################

This deployment will be incomplete until you configure a valid identity provider:

helm upgrade {{ .Release.Name }} \
--reuse-values \
--set config.sharedSecret=$(head -c32 /dev/urandom | base64) \
--set config.cookieSecret=$(head -c32 /dev/urandom | base64) \
--set config.cert=$(base64 -i cert.pem) \
--set config.key=$(base64 -i privkey.pem) \
--set config.policy="$(cat policy.example.yaml | base64)" \
--set authenticate.idp.provider="google" \
--set config.rootDomain="corp.pomerium.io" \
--set authenticate.redirectUrl="https://auth.corp.pomerium.io/oauth2/callback" \
--set authenticate.idp.clientID="REPLACE_ME" \
--set authenticate.idp.clientSecret="REPLACE_ME" \
--set proxy.authenticateServiceUrl="https://auth.corp.pomerium.io" \
--set proxy.authorizeServiceUrl="https://access.corp.pomerium.io"
stable/pomerium
This deployment will be incomplete until you configure a valid identity provider.

Currently supported providers:

Expand Down
1 change: 0 additions & 1 deletion charts/pomerium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ proxy:
defaultIPList: []
replicaCount: 1
authenticateServiceUrl: ""
authorizeServiceUrl: ""
authorizeInternalUrl: ""
service:
annotations: {}
Expand Down

0 comments on commit 4ce4b80

Please sign in to comment.