File tree Expand file tree Collapse file tree 3 files changed +18
-9
lines changed
Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 22
33All 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 ) .
44
5+ ## [ v6.1.0] ( https://github.com/osc/puppet-module-openondemand/tree/v6.1.0 ) (2024-12-11)
6+
7+ [ Full Changelog] ( https://github.com/osc/puppet-module-openondemand/compare/v6.0.0...v6.1.0 )
8+
9+ ### Added
10+
11+ - Add oidc\_ crypto\_ passphrase parameter [ \# 168] ( https://github.com/OSC/puppet-module-openondemand/pull/168 ) ([ treydock] ( https://github.com/treydock ) )
12+
513## [ v6.0.0] ( https://github.com/osc/puppet-module-openondemand/tree/v6.0.0 ) (2024-10-16)
614
715[ Full Changelog] ( https://github.com/osc/puppet-module-openondemand/compare/v5.2.0...v6.0.0 )
@@ -263,18 +271,10 @@ All notable changes to this project will be documented in this file. The format
263271
264272[ Full Changelog] ( https://github.com/osc/puppet-module-openondemand/compare/v2.5.0...v2.6.0 )
265273
266- ### Added
267-
268- - Support cluster custom\_ config [ \# 63] ( https://github.com/OSC/puppet-module-openondemand/pull/63 ) ([ treydock] ( https://github.com/treydock ) )
269-
270274## [ v2.5.0] ( https://github.com/osc/puppet-module-openondemand/tree/v2.5.0 ) (2021-07-29)
271275
272276[ Full Changelog] ( https://github.com/osc/puppet-module-openondemand/compare/v2.4.1...v2.5.0 )
273277
274- ### Added
275-
276- - Support K8 auto\_ supplemental\_ groups [ \# 62] ( https://github.com/OSC/puppet-module-openondemand/pull/62 ) ([ treydock] ( https://github.com/treydock ) )
277-
278278## [ v2.4.1] ( https://github.com/osc/puppet-module-openondemand/tree/v2.4.1 ) (2021-07-21)
279279
280280[ Full Changelog] ( https://github.com/osc/puppet-module-openondemand/compare/v2.4.0...v2.4.1 )
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ The following parameters are available in the `openondemand` class:
124124* [ ` oidc_client_secret ` ] ( #-openondemand--oidc_client_secret )
125125* [ ` oidc_remote_user_claim ` ] ( #-openondemand--oidc_remote_user_claim )
126126* [ ` oidc_scope ` ] ( #-openondemand--oidc_scope )
127+ * [ ` oidc_crypto_passphrase ` ] ( #-openondemand--oidc_crypto_passphrase )
127128* [ ` oidc_session_inactivity_timeout ` ] ( #-openondemand--oidc_session_inactivity_timeout )
128129* [ ` oidc_session_max_duration ` ] ( #-openondemand--oidc_session_max_duration )
129130* [ ` oidc_state_max_number_of_cookies ` ] ( #-openondemand--oidc_state_max_number_of_cookies )
@@ -729,6 +730,14 @@ OIDC scopes
729730
730731Default value: ` 'openid profile email' `
731732
733+ ##### <a name =" -openondemand--oidc_crypto_passphrase " ></a >` oidc_crypto_passphrase `
734+
735+ Data type: ` Optional[String] `
736+
737+ OIDC crypto passphrase
738+
739+ Default value: ` undef `
740+
732741##### <a name =" -openondemand--oidc_session_inactivity_timeout " ></a >` oidc_session_inactivity_timeout `
733742
734743Data type: ` Integer `
Original file line number Diff line number Diff line change 11{
22 "name" : " osc-openondemand" ,
3- "version" : " 6.0 .0" ,
3+ "version" : " 6.1 .0" ,
44 "author" : " osc" ,
55 "summary" : " Open OnDemand Puppet module" ,
66 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments