Skip to content

Latest commit

 

History

History
executable file
·
28 lines (23 loc) · 2.84 KB

README.md

File metadata and controls

executable file
·
28 lines (23 loc) · 2.84 KB

sulfoxide-bromine

Version: 1.7.0 Type: application AppVersion: 0.1.0

Helm chart to deploy SecretStore that use secret of secrets pattern to get project specific secrets

Values

Key Type Default Description
annotations object {} Additional annotations to add to the store and external secret
infisicalHost string "https://secrets.atomi.cloud"
rootSecret object {"key":{"clientId":"CLIENT_ID","clientSecret":"CLIENT_SECRET"},"name":"infisical-secret","ref":{"clientId":"","clientSecret":""},"store":{"kind":"ClusterSecretStore","name":"infisical"}} The configuration to use external secret to obtain the root infisical client ID/Secret for secret of secret pattern
rootSecret.key object {"clientId":"CLIENT_ID","clientSecret":"CLIENT_SECRET"} Secret Key of the kubernetes secret generated of the proxy infisical client ID/Secret (main purpose is to de-conflict)
rootSecret.key.clientId string "CLIENT_ID" Key of the infisical client ID
rootSecret.key.clientSecret string "CLIENT_SECRET" Key of the infisical client Secret
rootSecret.name string "infisical-secret" Name of kubernetes secret generated of the proxy doppler token (main purpose is to de-conflict)
rootSecret.ref object {"clientId":"","clientSecret":""} Reference from the secret of secrets vault for the proxy client ID/Secret (need to configure)
rootSecret.ref.clientId string "" Reference in the secret of secrets vault for the proxy infisical client ID
rootSecret.ref.clientSecret string "" Reference in the secret of secrets vault for the proxy infisical client Secret
rootSecret.store object {"kind":"ClusterSecretStore","name":"infisical"} Store Configuration for the secret of secrets vault for the proxy token)
rootSecret.store.kind string "ClusterSecretStore" ClusterSecretStore or SecretStore. Defaults to ClusterSecretStore
rootSecret.store.name string "infisical" Name of the secret store to be created to contain the proxy token
serviceTree object {"layer":"1","module":"store","platform":"sulfoxide","service":"bromine"} AtomiCloud Service Tree. See ServiceTree
storeName string "infisical" Name of the store to be created to contain all of infisical's secrets

Autogenerated from chart metadata using helm-docs v1.14.2