...
Step 2 - Application configuration
Frontends
Each of the frontends front-ends has an application configuration file in . I.e C:\ProgramData\itsense\Configuration
when installed as a Windows Services.
These are the files that matter:
Application Part | File |
---|---|
AuthCoreOne Authentication Services |
|
Selfservice CoreOne Self-Service Portal |
|
CoreOne Admin UIUser Interfaces |
|
Admin UI v2CoreOne Admin User Interfaces 2.0 |
|
...
Simply enable OpenTelemetry and configure the appropriate endpoints, headers and the protocol.
Please note that OpenTelemetryCollectorHeaders
contains how we authenticate to the telemetry system. This can be a Bearer Token, Basic Auth or an API key. It may also be empty if no authentication is needed.
...
Backend
For the backend, the settings are stored in the database.
...