![Felipe Reyes](/assets/img/avatar_default.png)
Move the functionlity provided by the decorator into the even handlers that neeeded it, this favors simplicity, the long term solution will be to define and use custom events (on.connected, on.ready and on.goneaway). Change-Id: I0264dc9cef3c90f5dc99b0dfc9b1d3a97007d64e
Overview
This subordinate charm provides a way to integrate a Open ID Connect based identity provider with Keystone using mod_auth_openidc. Apache operates as a OpenID Connect Relaying Party towards an OpenID Connect Provider.
Usage
Use this charm with the Keystone charm:
juju deploy keystone
juju deploy openstack-dashboard
juju deploy keystone-openidc
juju add-relation keystone:keystone-fid-service-provider keystone-openidc:keystone-fid-service-provider
juju add-relation openstack-dashboard:websso-fid-service-provider keystone-openidc:websso-fid-service-provider
In a bundle:
applications:
keystone-openidc:
charm: ch:keystone-openid
num_units: 0
relations:
- - keystone:keystone-fid-service-provider
- keystone-openidc:keystone-fid-service-provider
Prerequisites
Bugs
Please report bugs on Launchpad.
For general charm questions refer to the OpenStack Charm Guide.
Description
Languages
Python
98.3%
Shell
1.2%
Jinja
0.5%