Skip to content

Implement realm otp, webauthn, webauthn passwordless and bruteforce properties #471

Implement realm otp, webauthn, webauthn passwordless and bruteforce properties

Implement realm otp, webauthn, webauthn passwordless and bruteforce properties #471

Triggered via pull request June 17, 2024 08:16
Status Failure
Total duration 52m 22s
Artifacts

ci.yaml

on: pull_request
Matrix: acceptance
Matrix: unit
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 28 warnings
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_attestation_conveyance_preference Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_attestation_conveyance_preference failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are none, direct, indirect, not specified.
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_attestation_conveyance_preference Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_attestation_conveyance_preference failed on Keycloak_realm[test]: Invalid value "". Valid values are none, direct, indirect, not specified.> with backtrace: # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter/value_collection.rb:191:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:464:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:579:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:479:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `block in should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:608:in `value=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:690:in `[]=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2451:in `block in set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2343:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts cross_platform for web_authn_policy_authenticator_attachment Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value :cross_platform. Valid values are platform, cross-platform, not specified.
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_authenticator_attachment Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are platform, cross-platform, not specified.
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_authenticator_attachment Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value "". Valid values are platform, cross-platform, not specified.> with backtrace: # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter/value_collection.rb:191:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:464:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:579:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:479:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `block in should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:608:in `value=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:690:in `[]=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2451:in `block in set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2343:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_authenticator_attachment Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_require_resident_key Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_require_resident_key failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are No, Yes, not specified.
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_require_resident_key Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_require_resident_key failed on Keycloak_realm[test]: Invalid value "". Valid values are No, Yes, not specified.> with backtrace: # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter/value_collection.rb:191:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:464:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:579:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:479:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `block in should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:608:in `value=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:690:in `[]=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2451:in `block in set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2343:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_require_resident_key Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_attestation_conveyance_preference Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_attestation_conveyance_preference failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are none, direct, indirect, not specified.
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_attestation_conveyance_preference Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_attestation_conveyance_preference failed on Keycloak_realm[test]: Invalid value "". Valid values are none, direct, indirect, not specified.> with backtrace: # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter/value_collection.rb:190:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:463:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:580:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:478:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `block in should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:609:in `value=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:681:in `[]=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2499:in `block in set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2389:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts cross_platform for web_authn_policy_authenticator_attachment Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value :cross_platform. Valid values are platform, cross-platform, not specified.
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_authenticator_attachment Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are platform, cross-platform, not specified.
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_authenticator_attachment Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value "". Valid values are platform, cross-platform, not specified.> with backtrace: # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter/value_collection.rb:190:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:463:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:580:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:478:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `block in should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:609:in `value=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:681:in `[]=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2499:in `block in set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2389:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_authenticator_attachment Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_require_resident_key Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_require_resident_key failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are No, Yes, not specified.
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_require_resident_key Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_require_resident_key failed on Keycloak_realm[test]: Invalid value "". Valid values are No, Yes, not specified.> with backtrace: # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter/value_collection.rb:190:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:463:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:580:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:478:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `block in should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:609:in `value=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:681:in `[]=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2499:in `block in set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2389:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_require_resident_key Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_attestation_conveyance_preference Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_attestation_conveyance_preference failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are none, direct, indirect, not specified.
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_attestation_conveyance_preference Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_attestation_conveyance_preference failed on Keycloak_realm[test]: Invalid value "". Valid values are none, direct, indirect, not specified.> with backtrace: # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter/value_collection.rb:191:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:464:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:579:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:479:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `block in should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:608:in `value=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:690:in `[]=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2451:in `block in set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2343:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts cross_platform for web_authn_policy_authenticator_attachment Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value :cross_platform. Valid values are platform, cross-platform, not specified.
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_authenticator_attachment Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are platform, cross-platform, not specified.
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_authenticator_attachment Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value "". Valid values are platform, cross-platform, not specified.> with backtrace: # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter/value_collection.rb:191:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:464:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:579:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:479:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `block in should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:608:in `value=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:690:in `[]=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2451:in `block in set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2343:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_authenticator_attachment Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_require_resident_key Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_require_resident_key failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are No, Yes, not specified.
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_require_resident_key Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_require_resident_key failed on Keycloak_realm[test]: Invalid value "". Valid values are No, Yes, not specified.> with backtrace: # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter/value_collection.rb:191:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:464:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:579:in `unsafe_validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/parameter.rb:479:in `validate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `block in should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:549:in `should=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/property.rb:608:in `value=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:690:in `[]=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2451:in `block in set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2446:in `set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.7.0/lib/puppet/type.rb:2343:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_require_resident_key Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_attestation_conveyance_preference Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_attestation_conveyance_preference failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are none, direct, indirect, not specified.
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_attestation_conveyance_preference Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_attestation_conveyance_preference failed on Keycloak_realm[test]: Invalid value "". Valid values are none, direct, indirect, not specified.> with backtrace: # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter/value_collection.rb:190:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:463:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:580:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:478:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `block in should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:609:in `value=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:681:in `[]=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2499:in `block in set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2389:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts cross_platform for web_authn_policy_authenticator_attachment Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value :cross_platform. Valid values are platform, cross-platform, not specified.
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_authenticator_attachment Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are platform, cross-platform, not specified.
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_authenticator_attachment Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_authenticator_attachment failed on Keycloak_realm[test]: Invalid value "". Valid values are platform, cross-platform, not specified.> with backtrace: # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter/value_collection.rb:190:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:463:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:580:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:478:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `block in should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:609:in `value=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:681:in `[]=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2499:in `block in set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2389:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_authenticator_attachment Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts not_specified for web_authn_policy_require_resident_key Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter web_authn_policy_require_resident_key failed on Keycloak_realm[test]: Invalid value :not_specified. Valid values are No, Yes, not specified.
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L102
Puppet::Type::Keycloak_realm enumerable properties does not accept empty for web_authn_policy_require_resident_key Failure/Error: expect { resource }.to raise_error(%r{'Invalid value ""'}) expected Exception with message matching /'Invalid value ""'/, got #<Puppet::ResourceError: Parameter web_authn_policy_require_resident_key failed on Keycloak_realm[test]: Invalid value "". Valid values are No, Yes, not specified.> with backtrace: # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter/value_collection.rb:190:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:463:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:580:in `unsafe_validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/parameter.rb:478:in `validate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `block in should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:550:in `should=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/property.rb:609:in `value=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:681:in `[]=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2499:in `block in set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2493:in `set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.31.0/lib/puppet/type.rb:2389:in `initialize' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `new' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:15:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:105:in `block (5 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_realm_spec.rb:104:in `block (4 levels) in <top (required)>'
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_require_resident_key Failure/Error: expect(resource[p]).to eq(defaults[p]) expected: "not specified" got: :"not specified" (compared using ==) Diff: @@ -1 +1 @@ -"not specified" +:"not specified"
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 el8 (keycloak=24.0.3 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 debian-11 (keycloak=24.0.3 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 el8 (keycloak=22.0.0 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 debian-11 (keycloak=22.0.0 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 debian-11 (keycloak=22.0.0 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 debian-11 (keycloak=24.0.3 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 el9 (keycloak=22.0.0 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 el8 (keycloak=22.0.0 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 el8 (keycloak=24.0.3 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 el9 (keycloak=22.0.0 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 el9 (keycloak=24.0.3 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 el9 (keycloak=24.0.3 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 ubuntu-2004 (keycloak=24.0.3 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 ubuntu-2004 (keycloak=22.0.0 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 ubuntu-2204 (keycloak=24.0.3 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 ubuntu-2204 (keycloak=22.0.0 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 ubuntu-2004 (keycloak=22.0.0 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 ubuntu-2004 (keycloak=24.0.3 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 ubuntu-2204 (keycloak=24.0.3 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 ubuntu-2204 (keycloak=22.0.0 full=no)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 el8 (keycloak=22.0.0 full=yes)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 el8 (keycloak=22.0.0 full=yes)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet7 el8 (keycloak=24.0.3 full=yes)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
puppet8 el8 (keycloak=24.0.3 full=yes)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.