Secrets formats, bug fixes
May 24th, 2025
Some complex secrets have formatting that can cause problems when being added to a CloudFormation stack. To enforce that
a secret is base64 encoded, you can add the format: base64
field to a secret.
The following secret will be expected as a base64 encoded secret when inserted into the stack.
The runner sync job will automatically decode the value based on the format when syncing into the Kubernetes secret.
Secrets formats, bug fixes
May 24th, 2025
Some complex secrets have formatting that can cause problems when being added to a CloudFormation stack. To enforce that
a secret is base64 encoded, you can add the format: base64
field to a secret.
The following secret will be expected as a base64 encoded secret when inserted into the stack.
The runner sync job will automatically decode the value based on the format when syncing into the Kubernetes secret.