opa gatekeeper v3.23.1

Assign.spec.match.namespaceSelector.matchExpressions[].values.spec.parameters.assign.externalData

ExternalData describes the external data provider to be used for mutation.

4 fields
Assign.spec.match.namespaceSelector.matchExpressions[].values.spec.parameters.assign.externalData fields and descriptions
Field / TypeDescription
dataSource
string

DataSource specifies where to extract the data that will be sent to the external data provider as parameters.

  • enum: ["ValueAtLocation","Username"]
  • default: "ValueAtLocation"
default
string

Default specifies the default value to use when the external data provider returns an error and the failure policy is set to "UseDefault".

failurePolicy
string

FailurePolicy specifies the policy to apply when the external data provider returns an error.

  • enum: ["UseDefault","Ignore","Fail"]
  • default: "Fail"
provider
string required

Provider is the name of the external data provider.