SovereignCloudStack / k8s-observability

Deployment manifests and knowledge base for the KaaS observability solution
https://scs.community/
Apache License 2.0
1 stars 0 forks source link

Enhance Authentication for Loki API Endpoint #61

Open matofeder opened 4 months ago

matofeder commented 4 months ago

The issue aims to improve the authentication mechanism for the Loki API endpoint.

Currently, basic authentication is being used, which has several limitations and security concerns. To enhance security and provide a more robust authentication process, consider the integration of OpenID Connect (OIDC).