Implement realm otp, webauthn, webauthn passwordless and bruteforce properties #479
Annotations
16 errors and 28 warnings
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L108
Puppet::Type::Keycloak_realm otp_policy_digits does not accept 7 for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{7})
expected Exception with message matching /7/ but nothing was raised
|
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L115
Puppet::Type::Keycloak_realm otp_policy_digits does not accept 5 for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{5})
expected Exception with message matching /5/ but nothing was raised
|
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L133
Puppet::Type::Keycloak_realm otp_policy_digits does not accept empty for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{Invalid value ""})
expected Exception with message matching /Invalid value ""/, got #<Puppet::ResourceError: Parameter otp_policy_digits failed on Keycloak_realm[test]: otp_policy_digits should be an Integer> with backtrace:
# ./lib/puppet_x/keycloak/integer_property.rb:9:in `block in <class:IntegerProperty>'
# ./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:136:in `block (4 levels) in <top (required)>'
# ./spec/unit/puppet/type/keycloak_realm_spec.rb:135:in `block (3 levels) in <top (required)>'
|
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml)
Process completed with exit code 1.
|
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L108
Puppet::Type::Keycloak_realm otp_policy_digits does not accept 7 for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{7})
expected Exception with message matching /7/ but nothing was raised
|
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L115
Puppet::Type::Keycloak_realm otp_policy_digits does not accept 5 for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{5})
expected Exception with message matching /5/ but nothing was raised
|
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L133
Puppet::Type::Keycloak_realm otp_policy_digits does not accept empty for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{Invalid value ""})
expected Exception with message matching /Invalid value ""/, got #<Puppet::ResourceError: Parameter otp_policy_digits failed on Keycloak_realm[test]: otp_policy_digits should be an Integer> with backtrace:
# ./lib/puppet_x/keycloak/integer_property.rb:9:in `block in <class:IntegerProperty>'
# ./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:136:in `block (4 levels) in <top (required)>'
# ./spec/unit/puppet/type/keycloak_realm_spec.rb:135:in `block (3 levels) in <top (required)>'
|
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures.yml)
Process completed with exit code 1.
|
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L108
Puppet::Type::Keycloak_realm otp_policy_digits does not accept 7 for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{7})
expected Exception with message matching /7/ but nothing was raised
|
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L115
Puppet::Type::Keycloak_realm otp_policy_digits does not accept 5 for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{5})
expected Exception with message matching /5/ but nothing was raised
|
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L133
Puppet::Type::Keycloak_realm otp_policy_digits does not accept empty for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{Invalid value ""})
expected Exception with message matching /Invalid value ""/, got #<Puppet::ResourceError: Parameter otp_policy_digits failed on Keycloak_realm[test]: otp_policy_digits should be an Integer> with backtrace:
# ./lib/puppet_x/keycloak/integer_property.rb:9:in `block in <class:IntegerProperty>'
# ./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:136:in `block (4 levels) in <top (required)>'
# ./spec/unit/puppet/type/keycloak_realm_spec.rb:135:in `block (3 levels) in <top (required)>'
|
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures.yml)
Process completed with exit code 1.
|
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L108
Puppet::Type::Keycloak_realm otp_policy_digits does not accept 7 for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{7})
expected Exception with message matching /7/ but nothing was raised
|
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L115
Puppet::Type::Keycloak_realm otp_policy_digits does not accept 5 for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{5})
expected Exception with message matching /5/ but nothing was raised
|
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml):
spec/unit/puppet/type/keycloak_realm_spec.rb#L133
Puppet::Type::Keycloak_realm otp_policy_digits does not accept empty for otp_policy_digits
Failure/Error:
expect {
resource
}.to raise_error(%r{Invalid value ""})
expected Exception with message matching /Invalid value ""/, got #<Puppet::ResourceError: Parameter otp_policy_digits failed on Keycloak_realm[test]: otp_policy_digits should be an Integer> with backtrace:
# ./lib/puppet_x/keycloak/integer_property.rb:9:in `block in <class:IntegerProperty>'
# ./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:136:in `block (4 levels) in <top (required)>'
# ./spec/unit/puppet/type/keycloak_realm_spec.rb:135:in `block (3 levels) in <top (required)>'
|
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml)
Process completed with exit code 1.
|
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 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 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 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/.
|
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/.
|
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/.
|
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 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/.
|
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 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-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=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=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 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-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/.
|
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/.
|