Aembit Secrets Operator now supports more credential types
Aembit Secrets Operator 1.32.322 is now available.
Secrets Operator now retrieves any credential type your Access Policy
issues—not just HashiCorp Vault tokens.
A new credentialType field on the AembitSecretRefreshSchedule resource selects which Credential Provider type Aembit
uses, and the managed Kubernetes Secret mirrors the Aembit Edge API credentials response for that provider.
- New
credentialTypefield: ChooseOAuthToken(the default),ApiKey,UsernamePassword,AwsStsFederation, orGoogleWorkloadIdentityFederation. Each type writes its own Secret data keys—for example,UsernamePasswordproducesusernameandpassword, andAwsStsFederationproducesawsAccessKeyId,awsSecretAccessKey, andawsSessionToken. See Credential types and Secret data keys. - Backward compatible: Schedules that omit
credentialTypekeep writing a singletokenkey, so existing HashiCorp Vault and cert-manager configurations need no change. - Clearer mismatch errors: When
credentialTypedoesn’t match the configured Credential Provider, the schedule reportsAembit Edge API returned a credentials response with no populated fieldsinstead of writing a blank Secret. - AWS credential redaction: Secrets Operator redacts the AWS access key, secret access key, and session token values from its debug logs.