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
In the current OpenTelemetry (OTEL) configuration process within DDN, the requirement to obtain a Personal Access Token (PAT) is tied to individual user accounts. This user-based approach poses potential security risks, especially in deployment scenarios. Best practices suggest utilizing Service Accounts to enhance security by minimizing reliance on personal tokens and ensuring a more controlled and manageable authentication process.
Describe the solution you'd like
Implement a feature that allows the use of Service Accounts for OTEL configuration in DDN, instead of the current user-based token system. This change would align with security best practices and provide a more robust solution for managing deployments.
Describe alternatives you've considered
NA
The text was updated successfully, but these errors were encountered:
Thanks for creating this request. And yes, this is a pending feature that is important for production best practices. We will update when we are able to schedule this feature.
Component
Observability - Open Telemetry
Is your proposal related to a problem?
In the current OpenTelemetry (OTEL) configuration process within DDN, the requirement to obtain a Personal Access Token (PAT) is tied to individual user accounts. This user-based approach poses potential security risks, especially in deployment scenarios. Best practices suggest utilizing Service Accounts to enhance security by minimizing reliance on personal tokens and ensuring a more controlled and manageable authentication process.
Describe the solution you'd like
Implement a feature that allows the use of Service Accounts for OTEL configuration in DDN, instead of the current user-based token system. This change would align with security best practices and provide a more robust solution for managing deployments.
Describe alternatives you've considered
NA
The text was updated successfully, but these errors were encountered: