Backend Config Cmpv2Args
data class BackendConfigCmpv2Args(val auditFields: Output<List<String>>? = null, val authenticators: Output<BackendConfigCmpv2AuthenticatorsArgs>? = null, val backend: Output<String>? = null, val defaultPathPolicy: Output<String>? = null, val disabledValidations: Output<List<String>>? = null, val enableSentinelParsing: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val namespace: Output<String>? = null) : ConvertibleToJava<BackendConfigCmpv2Args>
Allows setting the CMPv2 configuration on a PKI Secret Backend
Import
The PKI config cluster can be imported using the resource's id
. In the case of the example above the id
would be pki-root/config/cmpv2
, where the pki-root
component is the resource's backend
, e.g.
$ pulumi import vault:pkiSecret/backendConfigCmpv2:BackendConfigCmpv2 example pki-root/config/cmpv2
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(auditFields: Output<List<String>>? = null, authenticators: Output<BackendConfigCmpv2AuthenticatorsArgs>? = null, backend: Output<String>? = null, defaultPathPolicy: Output<String>? = null, disabledValidations: Output<List<String>>? = null, enableSentinelParsing: Output<Boolean>? = null, enabled: Output<Boolean>? = null, namespace: Output<String>? = null)
Properties
Link copied to clipboard
Fields parsed from the CSR that appear in the audit and can be used by sentinel policies.
Link copied to clipboard
Lists the mount accessors CMPv2 should delegate authentication requests towards (see below for nested schema).
Link copied to clipboard
Specifies the behavior for requests using the non-role-qualified CMPv2 requests. Can be sign-verbatim or a role given by role:
Link copied to clipboard
Link copied to clipboard
If set, parse out fields from the provided CSR making them available for Sentinel policies.