Skip to content

Commit

Permalink
Release v9.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Mar 9, 2023
1 parent 12eb71f commit 7328c50
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
9 changes: 8 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.

##### <a name="relative_path"></a>`relative_path`

URL relative path that is used by Keycloak

Default value: `/`

##### <a name="test_url"></a>`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`

##### <a name="timeout"></a>`timeout`

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7328c50

Please sign in to comment.