[release-announce] puppet-keystone 18.5.0 (wallaby)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Wed Feb 16 18:44:07 UTC 2022
    
    
  
We are gleeful to announce the release of:
puppet-keystone 18.5.0: Puppet module for OpenStack Keystone
This release is part of the wallaby stable release series.
The source is available from:
    https://opendev.org/openstack/puppet-keystone
Download the package from:
    https://tarballs.openstack.org/puppet-keystone/
Please report issues through:
    https://bugs.launchpad.net/puppet-keystone/+bugs
For more details, please see below.
18.5.0
^^^^^^
New Features
* Adding the following configurable items for OpenID:
  * "keystone::federation::openidc::openidc_pass_userinfo_as" to set
    "OIDCPassUserInfoAs"
  * "keystone::federation::openidc::openidc_pass_claim_as" to set
    "OIDCPassClaimsAs"
* The "keystone::federation::ipenidc" class now supports the new
  "openidc_response_mode" parameter, to customize mod_auth_openidc
  response mode.
Changes in puppet-keystone 18.4.0..18.5.0
-----------------------------------------
21904cf Prepare a new Wallaby release
8ef508b Use systemctl to restart the keystone service
817a87b OIDC: Add support for setting OIDCResponseMode
cf81f46 Add oidc options
64705cc Fix wrong key to look up domain parameters from puppet.conf
27eac25 Replace deprecated is_string method
ae038d9 Set fixture paths for unit tests
7afaa30 TripleO: Reduce tempest test scope
6f00c96 Update TOX_CONSTRAINTS_FILE for stable/wallaby
e03765b Update .gitreview for stable/wallaby
Diffstat (except docs and test files)
-------------------------------------
.gitreview                                         |  1 +
.zuul.yaml                                         |  3 +-
lib/puppet/provider/keystone.rb                    | 21 +++++++-----
manifests/cache.pp                                 |  7 ++--
manifests/federation/openidc.pp                    | 33 ++++++++++++++++++
manifests/init.pp                                  |  2 +-
metadata.json                                      |  2 +-
.../notes/add-oidc-params-0bddcca8d49ccfdb.yaml    | 11 ++++++
.../openidc_response_mode-f5a2ddf95bd4b752.yaml    |  6 ++++
spec/classes/keystone_federation_openidc_spec.rb   | 39 ++++++++++++++++++++++
spec/classes/keystone_init_spec.rb                 |  6 ++--
spec/spec_helper.rb                                |  7 ++--
templates/openidc.conf.erb                         |  9 +++++
tox.ini                                            |  2 +-
14 files changed, 126 insertions(+), 23 deletions(-)
    
    
More information about the Release-announce
mailing list