DoD-Platform-One / monitoring

Monitoring Stack Bootstrapper (Prometheus, Grafana)
https://repo1.dso.mil/big-bang/product/packages/monitoring
Apache License 2.0
2 stars 1 forks source link

access to prometheus datasource from grafana #13

Closed p1-repo-sync-bot[bot] closed 3 months ago

p1-repo-sync-bot[bot] commented 3 months ago

Bug

Description

new authorization polices in 2.23.1 prevent access to datesource from grafana , grafana lives in a separate cluster monitoring kiali-prometheus-authz-policy
monitoring monitoring-prometheus-authz-policy
monitoring prometheus-am

Provide any steps possible used to reproduce the error (ideally in an isolated fashion). removing the auth policies fixes the issue

BigBang Version

upgrading from 2.22.0 to 2.23.1

What version of BigBang were you running? 2.22.0 This can be retrieved multiple ways:

# via helm
helm ls -n bigbang

# via the deployed umbrella git tag
kubectl get gitrepository -n bigbang
p1-repo-sync-bot[bot] commented 3 months ago

jimmyungerman commented:

Hi @carl5184. Do you mind sharing more about your setup? Are both clusters running bigbang with Istio Service Mesh?

p1-repo-sync-bot[bot] commented 3 months ago

carl5184 commented:

Yes, both are big bang, but the one with grafana isn't being upgraded at the moment, the 3 authorization polices are preventing the datasource in grafana from working

p1-repo-sync-bot[bot] commented 3 months ago

jimmyungerman commented:

Just to make sure I have all the details to research this a bit:

p1-repo-sync-bot[bot] commented 3 months ago

carl5184 commented:

Jimmy, looks like they fixed it in 2.25.0 by adding this to the auth policy ".Values.sso.enabled"

you can close the ticket , thank you

p1-repo-sync-bot[bot] commented 3 months ago

Issue 'access to prometheus datasource from grafana' closed from GitLab side

p1-repo-sync-bot[bot] commented 3 months ago

jimmyungerman commented:

Thanks for the update @carl5184 !