Skip to main content

Statics & Secrets

Statics and secrets are both environment variables inside you component. The only difference is, that secrets are encrypted in a very safe environment and are only accessible at runtime.

Statics (and secrets as well) are organized in groups in the ODJ. So when you click on "Add Statics"/"Add Secrets" you will first of all create a group of them. Only after adding a group you will be able to add single static/secret to a stage. To have a maximum freedom defining this, it is possible to have different statics/secrets in each stage. Of course you have to define which component should use these statics/secrets. Therefor you have to edit the component and add the group as a dependency to the component.

Statics and secrets are available as environment variables with the following schema:
ODJ_DEP_ GroupName _ Name