License for camunda 8 enterprise

Greetings everyone!
I hope someone can help
The company paid for a camunda enterprise license
To create a shared development environment, camunda platform 8 was downloaded from:
GitHub - camunda/camunda-platform: Links to Camunda Platform 8 resources, releases, and local development config and we ran it with docker However, we are using the community version of the platform And the documentation does not show how to activate the enterprise license on it.

Looking for the answer, please let me know if you found one.

Hi @Shiva_Raj
You might want to create your own post on the topic with more details of exactly what you’ve tried and exactly what’s happening.

Hey @Shiva_Raj,
Yes, I solved it… Basically C8 Self Managed does not require you to apply your license key. Instead, you need to configure your installation with the appropriate environment variables:

identity:
IS_ENTERPRISE: true
operate:
CAMUNDA_OPERATE_ENTERPRISE=true
optimize:
CAMUNDA_OPTIMIZE_ENTERPRISE
tasklist:
CAMUNDA_TASKLIST_ENTERPRISE

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.