diff --git a/CHANGELOG.md b/CHANGELOG.md index f08e8b51..6a7bb4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v7.15.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.15.0) (2022-04-04) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.14.0...v7.15.0) + +### Added + +- New saml attrs [\#238](https://github.com/treydock/puppet-module-keycloak/pull/238) ([wolfaba](https://github.com/wolfaba)) + ## [v7.14.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.14.0) (2022-03-14) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.13.0...v7.14.0) -### UNCATEGORIZED PRS; GO LABEL THEM +### Added - add backchannel logout url attribute [\#237](https://github.com/treydock/puppet-module-keycloak/pull/237) ([wolfaba](https://github.com/wolfaba)) diff --git a/REFERENCE.md b/REFERENCE.md index b2ad47b0..87b6f9f6 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1567,6 +1567,10 @@ The following properties are available in the `keycloak_client` type. access.token.lifespan +##### `admin_url` + +adminUrl + ##### `authorization_services_enabled` Valid values: ``true``, ``false`` @@ -1579,42 +1583,6 @@ Default value: `false` backchannel.logout.url -##### `saml_name_id_format` - -saml_name_id_format - -##### `saml_artifact_binding_url` - -saml_artifact_binding_url - -##### `saml_single_logout_service_url_redirect` - -saml_single_logout_service_url_redirect - -##### `saml_assertion_consumer_url_post` - -saml_assertion_consumer_url_post - -##### `saml_encrypt` - -saml.encrypt - -##### `saml_assertion_signature` - -saml.assertion.signature - -##### `saml_signing_certificate` - -saml.signing.certificate - -##### `saml_encryption_certificate` - -saml.encryption.certificate - -##### `saml_signing_private_key` - -saml.signing.private.key - ##### `base_url` baseUrl @@ -1735,9 +1703,41 @@ Default value: `[]` rootUrl -##### `admin_url` +##### `saml_artifact_binding_url` -adminUrl +saml_artifact_binding_url + +##### `saml_assertion_consumer_url_post` + +saml_assertion_consumer_url_post + +##### `saml_assertion_signature` + +saml.assertion.signature + +##### `saml_encrypt` + +saml.encrypt + +##### `saml_encryption_certificate` + +saml.encryption.certificate + +##### `saml_name_id_format` + +saml_name_id_format + +##### `saml_signing_certificate` + +saml.signing.certificate + +##### `saml_signing_private_key` + +saml.signing.private.key + +##### `saml_single_logout_service_url_redirect` + +saml_single_logout_service_url_redirect ##### `secret` diff --git a/metadata.json b/metadata.json index f5ce631e..f64f371f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "7.14.0", + "version": "7.15.0", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",