Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
6f810094
Commit
6f810094
authored
May 22, 2018
by
CJ Cullen
Committed by
Mike Danese
Jul 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re-reorder authorizers (RBAC before Webhook).
parent
18ca81f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure-helper.sh
cluster/gce/gci/configure-helper.sh
+1
-1
No files found.
cluster/gce/gci/configure-helper.sh
View file @
6f810094
...
@@ -1652,7 +1652,7 @@ function start-kube-apiserver {
...
@@ -1652,7 +1652,7 @@ function start-kube-apiserver {
local
webhook_config_mount
=
""
local
webhook_config_mount
=
""
local
webhook_config_volume
=
""
local
webhook_config_volume
=
""
if
[[
-n
"
${
GCP_AUTHZ_URL
:-}
"
]]
;
then
if
[[
-n
"
${
GCP_AUTHZ_URL
:-}
"
]]
;
then
authorization_mode
=
"
Webhook,
${
authorization_mode
}
"
authorization_mode
=
"
${
authorization_mode
}
,Webhook
"
params+
=
" --authorization-webhook-config-file=/etc/gcp_authz.config"
params+
=
" --authorization-webhook-config-file=/etc/gcp_authz.config"
webhook_config_mount
=
"{
\"
name
\"
:
\"
webhookconfigmount
\"
,
\"
mountPath
\"
:
\"
/etc/gcp_authz.config
\"
,
\"
readOnly
\"
: false},"
webhook_config_mount
=
"{
\"
name
\"
:
\"
webhookconfigmount
\"
,
\"
mountPath
\"
:
\"
/etc/gcp_authz.config
\"
,
\"
readOnly
\"
: false},"
webhook_config_volume
=
"{
\"
name
\"
:
\"
webhookconfigmount
\"
,
\"
hostPath
\"
: {
\"
path
\"
:
\"
/etc/gcp_authz.config
\"
,
\"
type
\"
:
\"
FileOrCreate
\"
}},"
webhook_config_volume
=
"{
\"
name
\"
:
\"
webhookconfigmount
\"
,
\"
hostPath
\"
: {
\"
path
\"
:
\"
/etc/gcp_authz.config
\"
,
\"
type
\"
:
\"
FileOrCreate
\"
}},"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment