You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend the OAS-Telemetry configuration to include an APIKEY.
Add the following configurations:
An environment variable OASTLM_MODULE_ENABLED (if not set to true, the module should not be loaded).
An activation setting at startup (if true, the module will start logging traces upon initialization; if false, it must be manually activated via API or UI to begin logging traces).
Extend the UI to allow specifying the APIKEY on the login page. This may require a /check endpoint.
Tasks:
Add support for the OASTLM_MODULE_ENABLED environment variable to control module loading.
Implement startup configuration to auto-activate trace logging (based on a boolean value).
Modify the UI to allow input of the APIKEY during the login process.
Create or update the /check endpoint for APIKEY validation.
The text was updated successfully, but these errors were encountered:
Extend the OAS-Telemetry configuration to include an APIKEY.
Add the following configurations:
OASTLM_MODULE_ENABLED
(if not set to true, the module should not be loaded).Extend the UI to allow specifying the APIKEY on the login page. This may require a
/check
endpoint.Tasks:
OASTLM_MODULE_ENABLED
environment variable to control module loading./check
endpoint for APIKEY validation.The text was updated successfully, but these errors were encountered: