Implement realm otp, webauthn, webauthn passwordless and bruteforce properties #472
Annotations
6 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"
|
|
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