How to use connector secrets in Camunda 8 Self Managed

Hi,
I am running Camunda 8 as self managed on my windows machine, can anyone explain how can I use the connector secrets in Camunda Self managed?

Hi @naren,
Assuming that You have installed camunda though a docker compose
In your compose file Installation Directory You can find a file named connector-secrets.txt (If not create one)
In txt file add secrets per line in the format NAME=VALUE

Hi @Praveen_Kumar_Reddy,
We have not installed camunda through a docker compose, but in a Manual process.

Hi @naren,

The easiest way to load secrets are through environment variables.

export MY_SECRET="mySecretValue"
java -jar <connector runtime>

Hope this helps.

how could I install Secret Managing UI like SaaS Model?

Hi @msjo

Unfortunately, there is no secret management UI available for installation.