Resource Type: keycloak_resource_validator

Defined in:
lib/puppet/type/keycloak_resource_validator.rb
Providers:
kcadm

Overview

Verify that a specific Keycloak resource is available

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • dependent_resources

    Resources that should autorequire this validator, eg: Keycloak_flow_execution

  • name (namevar)

    An arbitrary name used as the identity of the resource.

  • provider

    The specific backend to use for this keycloak_resource_validator resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • realm

    Realm to query

  • test_key

    Key to lookup

  • test_url

    URL to use for testing if the Keycloak database is up

  • test_value

    Value to lookup

  • timeout (defaults to: 30)

    The max number of seconds that the validator should wait before giving up and deciding that keycloak is not running; defaults to 15 seconds.