What are all the possible values for spring.profiles.active in camunda c8run 8.8?

Hi,
I am working on camunda c8run 8.8 and I want to find the documentation about all the possible values for spring.profiles.active configuration in application.yaml
when I googled I found only
default,dev,test,prod,camunda
but when I saw some projects using

spring.profiles.active= “identity,operate,tasklist,broker,consolidated-auth”

so I was wondering where to find the official documentation for this configuration

Hi @devmsaleh,

Based on the available documentation for Camunda c8run 8.8, here are the spring.profiles.active values that are explicitly mentioned:

Available Profile Values

Profile Value Description / Use Case
oidc OIDC authentication (external Identity Providers like Duende Identity Server, Microsoft Entra)
dev Development mode (starts broker in temporary folder, cleans up data on exit - not for production)
identity-auth Camunda Identity authentication/authorization for components like Tasklist and Operate
ldap-auth LDAP authentication (specifically for Operate)
ccsm Self-managed mode for Optimize

Important Notes

:warning: This is not a complete exhaustive list - the documentation doesn’t provide a comprehensive reference of all possible profile values for c8run 8.8. These are the values explicitly mentioned in the official documentation and forum discussions.

References

If you need a complete list of all possible profile values, you might need to:

  1. Check the c8run source code or configuration files
  2. Consult the official Camunda 8.8 release documentation
  3. Contact Camunda support for a comprehensive reference

Do you have a specific use case or component in mind? I can help you find more targeted configuration information.