Skip to content

kubricate / secret/types / SecretManagerRegistrationOptions

Interface: SecretManagerRegistrationOptions

Properties

manager?

ts
optional manager: AnySecretManager;

Using default secret manager for the SecretRegistry

Deprecated

Use secretSpec instead, which most support both SecretManager and SecretRegistry


registry?

ts
optional registry: SecretRegistry<{
}>;

Register a secret manager from a secret registry.

Deprecated

Use secretSpec instead, which most support both SecretManager and SecretRegistry


secretSpec?

ts
optional secretSpec: 
  | AnySecretManager
  | SecretRegistry<{
}>;

Register a secret manager or secret registry.