Skip to content

Commit

Permalink
disable bearer token access by default
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Sep 4, 2024
1 parent e97d272 commit 2938419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/phoenix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ openshiftOauth:
enabled: true
# -- Enable access to the application using an OpenShift Bearer Token. This feature enables users from outside of the cluster to read/write to the API.
# Warning: This feature requires cluster admin to install.
enableBearerTokenAccess: true
enableBearerTokenAccess: false
image:
# -- The image repository to use
repository: registry.redhat.io/openshift4/ose-oauth-proxy
Expand Down

0 comments on commit 2938419

Please sign in to comment.