kustomize grafana

This commit is contained in:
2025-07-24 09:20:14 +03:00
parent b6098f92b0
commit ca4de329f7
5 changed files with 98 additions and 225 deletions

22
grafana/passmower.yaml Normal file
View File

@@ -0,0 +1,22 @@
---
apiVersion: codemowers.cloud/v1beta1
kind: OIDCClient
metadata:
name: grafana
spec:
displayName: Grafana
uri: https://grafana.k-space.ee/login/generic_oauth
redirectUris:
- https://grafana.k-space.ee/login/generic_oauth
allowedGroups:
- k-space:floor
grantTypes:
- authorization_code
- refresh_token
responseTypes:
- code
availableScopes:
- openid
- profile
- groups
tokenEndpointAuthMethod: none