From 7328c5045a352b565e9f7c934db82ccd8181eb04 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Thu, 9 Mar 2023 10:46:21 -0500 Subject: [PATCH] Release v9.3.3 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 9 ++++++++- metadata.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c978b7b8..6f962eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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). +## [v9.3.3](https://github.com/treydock/puppet-module-keycloak/tree/v9.3.3) (2023-03-09) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v9.3.2...v9.3.3) + +### Fixed + +- Use http\_relative\_path with keycloak\_conn\_validator [\#278](https://github.com/treydock/puppet-module-keycloak/pull/278) ([treydock](https://github.com/treydock)) + ## [v9.3.2](https://github.com/treydock/puppet-module-keycloak/tree/v9.3.2) (2023-02-15) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v9.3.1...v9.3.2) diff --git a/REFERENCE.md b/REFERENCE.md index 2a8338be..37773be9 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1876,6 +1876,7 @@ The following parameters are available in the `keycloak_conn_validator` type. * [`keycloak_server`](#keycloak_server) * [`name`](#name) * [`provider`](#provider) +* [`relative_path`](#relative_path) * [`test_url`](#test_url) * [`timeout`](#timeout) * [`use_ssl`](#use_ssl) @@ -1903,11 +1904,17 @@ An arbitrary name used as the identity of the resource. The specific backend to use for this `keycloak_conn_validator` resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform. +##### `relative_path` + +URL relative path that is used by Keycloak + +Default value: `/` + ##### `test_url` URL to use for testing if the Keycloak database is up -Default value: `/auth/admin/serverinfo` +Default value: `/realms/master/.well-known/openid-configuration` ##### `timeout` diff --git a/metadata.json b/metadata.json index 381933ff..11421707 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "9.3.2", + "version": "9.3.3", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",