Skip to content

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

Implement realm otp, webauthn, webauthn passwordless and bruteforce properties

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

Triggered via pull request June 14, 2024 21:21
Status Failure
Total duration 51m 18s
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.yml): spec/unit/puppet/type/keycloak_realm_spec.rb#L89
Puppet::Type::Keycloak_realm enumerable properties accepts none for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "none" got: :none (compared using ==) Diff: @@ -1 +1 @@ -"none" +:none
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 indirect for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "indirect" got: :indirect (compared using ==) Diff: @@ -1 +1 @@ -"indirect" +:indirect
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 direct for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "direct" got: :direct (compared using ==) Diff: @@ -1 +1 @@ -"direct" +:direct
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{''}) expected Exception with message matching /''/, 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 platform for web_authn_policy_authenticator_attachment Failure/Error: expect(resource[p]).to eq(v) expected: "platform" got: :platform (compared using ==) Diff: @@ -1 +1 @@ -"platform" +:platform
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: expect(resource[p]).to eq(v) expected: "cross-platform" got: :"cross-platform" (compared using ==) Diff: @@ -1 +1 @@ -"cross-platform" +:"cross-platform"
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{''}) expected Exception with message matching /''/, 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 Yes for web_authn_policy_require_resident_key Failure/Error: expect(resource[p]).to eq(v) expected: "Yes" got: :Yes (compared using ==) Diff: @@ -1 +1 @@ -"Yes" +:Yes
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 none for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "none" got: :none (compared using ==) Diff: @@ -1 +1 @@ -"none" +:none
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 indirect for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "indirect" got: :indirect (compared using ==) Diff: @@ -1 +1 @@ -"indirect" +:indirect
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 direct for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "direct" got: :direct (compared using ==) Diff: @@ -1 +1 @@ -"direct" +:direct
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{''}) expected Exception with message matching /''/, 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 platform for web_authn_policy_authenticator_attachment Failure/Error: expect(resource[p]).to eq(v) expected: "platform" got: :platform (compared using ==) Diff: @@ -1 +1 @@ -"platform" +:platform
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: expect(resource[p]).to eq(v) expected: "cross-platform" got: :"cross-platform" (compared using ==) Diff: @@ -1 +1 @@ -"cross-platform" +:"cross-platform"
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{''}) expected Exception with message matching /''/, 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 Yes for web_authn_policy_require_resident_key Failure/Error: expect(resource[p]).to eq(v) expected: "Yes" got: :Yes (compared using ==) Diff: @@ -1 +1 @@ -"Yes" +:Yes
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 none for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "none" got: :none (compared using ==) Diff: @@ -1 +1 @@ -"none" +:none
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 indirect for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "indirect" got: :indirect (compared using ==) Diff: @@ -1 +1 @@ -"indirect" +:indirect
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 direct for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "direct" got: :direct (compared using ==) Diff: @@ -1 +1 @@ -"direct" +:direct
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{''}) expected Exception with message matching /''/, 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 platform for web_authn_policy_authenticator_attachment Failure/Error: expect(resource[p]).to eq(v) expected: "platform" got: :platform (compared using ==) Diff: @@ -1 +1 @@ -"platform" +:platform
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: expect(resource[p]).to eq(v) expected: "cross-platform" got: :"cross-platform" (compared using ==) Diff: @@ -1 +1 @@ -"cross-platform" +:"cross-platform"
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{''}) expected Exception with message matching /''/, 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 Yes for web_authn_policy_require_resident_key Failure/Error: expect(resource[p]).to eq(v) expected: "Yes" got: :Yes (compared using ==) Diff: @@ -1 +1 @@ -"Yes" +:Yes
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 none for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "none" got: :none (compared using ==) Diff: @@ -1 +1 @@ -"none" +:none
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 indirect for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "indirect" got: :indirect (compared using ==) Diff: @@ -1 +1 @@ -"indirect" +:indirect
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 direct for web_authn_policy_attestation_conveyance_preference Failure/Error: expect(resource[p]).to eq(v) expected: "direct" got: :direct (compared using ==) Diff: @@ -1 +1 @@ -"direct" +:direct
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{''}) expected Exception with message matching /''/, 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 platform for web_authn_policy_authenticator_attachment Failure/Error: expect(resource[p]).to eq(v) expected: "platform" got: :platform (compared using ==) Diff: @@ -1 +1 @@ -"platform" +:platform
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: expect(resource[p]).to eq(v) expected: "cross-platform" got: :"cross-platform" (compared using ==) Diff: @@ -1 +1 @@ -"cross-platform" +:"cross-platform"
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{''}) expected Exception with message matching /''/, 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 Yes for web_authn_policy_require_resident_key Failure/Error: expect(resource[p]).to eq(v) expected: "Yes" got: :Yes (compared using ==) Diff: @@ -1 +1 @@ -"Yes" +:Yes
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/.
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/.
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/.
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/.
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/.
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=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 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=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=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=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/.
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/.
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/.
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/.
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/.
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/.
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-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/.
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/.
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/.