Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cloud
charms
kubernetes-keystone
Commits
015023a2
Commit
015023a2
authored
Jan 31, 2019
by
Alberto Colla
Browse files
2019-01-31 AC: bugfix; added support for bionic
parent
dee43641
Changes
2
Hide whitespace changes
Inline
Side-by-side
metadata.yaml
View file @
015023a2
...
...
@@ -12,6 +12,7 @@
-
"
master"
"
series"
:
-
"
xenial"
-
"
bionic"
"
requires"
:
"
juju-info"
:
"
interface"
:
"
juju-info"
...
...
reactive/kubernetes-keystone.py
View file @
015023a2
...
...
@@ -67,13 +67,13 @@ def setup_authentication():
k8s_keystone_auth_start
,
'keystone_url'
:
hookenv
.
config
(
'keystone-url'
),
'keystone_
url
'
:
'keystone_
policy_file
'
:
webhook_policy_file
}
render
(
'webhook-authn.config'
,
webhook_authn_config_path
,
webhook_context
)
render
(
'webhook-authz.config'
,
webhook_authz_config_path
,
webhook_context
)
render
(
'sync-config.yaml'
,
webhook_sync_config_path
,
webhook_context
)
render
(
'webhook-policy.json'
,
webhook_policy_
json
,
webhook_context
)
render
(
'webhook-policy.json'
,
webhook_policy_
file
,
webhook_context
)
# the systemd unit for deploying the k8s_keystone_auth service.
render
(
'k8s-keystone-auth.service'
,
k8s_keystone_auth_service
,
webhook_context
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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