From 015530e13cdfb73434b0d50df0b8cc850c091af2 Mon Sep 17 00:00:00 2001 From: Sebastian Marcet Date: Wed, 19 Apr 2017 11:05:00 -0300 Subject: [PATCH] OpenStackID production release 1.0.21 * Updated claims on OpenId/OAuth updated claim nickname to be user identifier added sub claim to endpoint /api/v1/userinfo/me fixed broken test * Added OpenId 2.0 SREG 1.0 ext support implemented http://openid.net/specs/openid-simple-registration-extension-1_0.html * Tunning IDP added cache to IP whitelisting checking set redis persistent connections * Fixed HTML on openid consent form upgraded html to bootstrap 3.x * Fix on user identifer generator (openid) there was an issue with trailing dots and user name connectors Change-Id: I14363c31b833285fe4984e7d5fc3492ea600e632 --- modules/openstack_project/manifests/openstackid_prod.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/openstackid_prod.pp b/modules/openstack_project/manifests/openstackid_prod.pp index 21f69c177f..01414e296e 100644 --- a/modules/openstack_project/manifests/openstackid_prod.pp +++ b/modules/openstack_project/manifests/openstackid_prod.pp @@ -39,7 +39,7 @@ class openstack_project::openstackid_prod ( $ssl_cert_file_contents = '', $ssl_key_file_contents = '', $ssl_chain_file_contents = '', - $release = '1.0.20', + $release = '1.0.21', $app_url = '', $app_key = '', $email_driver = 'mail',