charm-keystone/templates
Dmitrii Shcherbakov 6f3751cc96 add support for Federated IDentity (FID) and WebSSO
* add support for relating with subordinate charms providing Service
Provider functionality via apache2 authentication modules;
* enable additional authentication methods on the keystone side to
accept parsed assertion data provided via apache2 authentication module
variables exported to WSGI environment;
* move https frontend and WSGI API apache config files to keystone
instead of relying on charm-helpers as modifications are needed there to
add IncludeOptional directives. openstack_https_frontend.conf is added
on purpose as ServerName cannot be correctly determined after ProxyPass
which results in TLS errors during SAML exchange process;
* add an additional relation to openstack-dashboard to provide URL
information necessary to trust 'origin' parameter in WebSSO URLs used by
horizon during the authentication process. Also add a context to render
the federation section that is used to render this information in
keystone.conf;

Subordinates can choose to use different apache2 authentication modules.
If those modules support vhost-level variables then multiple
subordinates for the same module can be used. For example,
mod_auth_mellon can be used multiple times in different vhosts to
protect federated token endpoints related to different identity provider
and protocol combinations).

Trusted dashboard relation could be used to provide dashboard origin URL
from a different site via cross-model relations.

NOTE: this functionality will be triggered only on Ocata+ (inclusive)

Change-Id: I1ef623b0b0e2a9f68cec4be550965c5e15e5f561
2018-05-11 21:09:47 +03:00
..
essex [hopem,r=] 2015-02-19 11:26:28 +00:00
folsom [trivial] Fix policy backend for releases < grizzly 2014-04-17 08:54:31 +01:00
grizzly [trivial] Switch back to using UUID token format - lost during redux 2014-04-16 22:42:49 +01:00
havana [trivial] Switch back to using UUID token format - lost during redux 2014-04-16 22:42:49 +01:00
icehouse Fix log handlers to work for both syslog and rsyslog 2016-03-10 17:42:06 -05:00
kilo Enable domain specific drivers 2017-01-30 09:53:37 +00:00
liberty Enable Keystone v3 API 2016-03-09 11:05:33 +00:00
mitaka Add memcache backend 2017-10-17 11:10:48 +00:00
newton Revert change of role for v3 service accounts 2017-01-12 07:59:06 +01:00
ocata add support for Federated IDentity (FID) and WebSSO 2018-05-11 21:09:47 +03:00
parts add support for Federated IDentity (FID) and WebSSO 2018-05-11 21:09:47 +03:00
keystone-token-flush Fix missing keystone user in cron job. 2016-05-05 22:00:51 -07:00
openstack_https_frontend.conf add support for Federated IDentity (FID) and WebSSO 2018-05-11 21:09:47 +03:00
wsgi-openstack-api.conf add support for Federated IDentity (FID) and WebSSO 2018-05-11 21:09:47 +03:00