Implement realm otp, webauthn, webauthn passwordless and bruteforce properties #473
Annotations
10 errors and 1 warning
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"
|
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.
|
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"
|
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"
|
spec/unit/puppet/type/keycloak_realm_spec.rb#L116
Puppet::Type::Keycloak_realm enumerable properties has default for web_authn_policy_user_verification_requirement
Failure/Error: expect(resource[p]).to eq(defaults[p])
expected: "not specified"
got: :"not specified"
(compared using ==)
Diff:
@@ -1 +1 @@
-"not specified"
+:"not specified"
|
spec/unit/puppet/type/keycloak_realm_spec.rb#L254
Puppet::Type::Keycloak_realm boolean properties has default for user_managed_access_allowed
Failure/Error: expect(resource[p]).to eq(defaults[p].to_s)
expected: "false"
got: :false
(compared using ==)
Diff:
@@ -1 +1 @@
-"false"
+:false
|
spec/unit/puppet/type/keycloak_realm_spec.rb#L254
Puppet::Type::Keycloak_realm boolean properties has default for remember_me
Failure/Error: expect(resource[p]).to eq(defaults[p].to_s)
expected: "false"
got: :false
(compared using ==)
Diff:
@@ -1 +1 @@
-"false"
+:false
|
spec/unit/puppet/type/keycloak_realm_spec.rb#L254
Puppet::Type::Keycloak_realm boolean properties has default for registration_allowed
Failure/Error: expect(resource[p]).to eq(defaults[p].to_s)
expected: "false"
got: :false
(compared using ==)
Diff:
@@ -1 +1 @@
-"false"
+:false
|
spec/unit/puppet/type/keycloak_realm_spec.rb#L254
Puppet::Type::Keycloak_realm boolean properties has default for login_with_email_allowed
Failure/Error: expect(resource[p]).to eq(defaults[p].to_s)
expected: "true"
got: :true
(compared using ==)
Diff:
@@ -1 +1 @@
-"true"
+:true
|
spec/unit/puppet/type/keycloak_realm_spec.rb#L254
Puppet::Type::Keycloak_realm boolean properties has default for duplicate_emails_allowed
Failure/Error: expect(resource[p]).to eq(defaults[p].to_s)
expected: "false"
got: :false
(compared using ==)
Diff:
@@ -1 +1 @@
-"false"
+:false
|
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/.
|
This job failed
Loading