File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,14 +116,14 @@ Cons:
116116Example:
117117
118118 # Allows access if the provided bearer token has view permission on a custom resource
119- --openshift-delegate-urls='{"/":{"group":"custom.group","resource":"myproxy""verb":"get"}}'
119+ --openshift-delegate-urls='{"/":{"group":"custom.group","resource":"myproxy", "verb":"get"}}'
120120
121121 # Grant access only to paths under /api
122- --openshift-delegate-urls='{"/api":{"group":"custom.group","resource":"myproxy""verb":"get"}}'
122+ --openshift-delegate-urls='{"/api":{"group":"custom.group","resource":"myproxy", "verb":"get"}}'
123123
124124WARNING: Because users are sending their own credentials to the proxy, it's important to use this
125125setting only when the proxy is under control of the cluster administrators. Otherwise, end users
126- may be unwittingly provide their credentials to untrusted components that can then act as them.
126+ may unwittingly provide their credentials to untrusted components that can then act as them.
127127
128128When configured for delegation, Oauth Proxy will not set the ` X-Forwarded-Access-Token ` header on
129129the upstream request. If you wish to forward the bearer token received from the client, you will
You can’t perform that action at this time.
0 commit comments