Commit graph

53 commits

Author SHA1 Message Date
Automated pipeline
ac4d7a38b5 Automated upload for observability.t09.de 2025-08-18 09:17:25 +00:00
3f893854a4 feat(vmuser): use secret instead of hardcoded value for vmuser authentication 2025-08-18 10:42:12 +02:00
Automated pipeline
90db53ee4d Automated upload for observability.t09.de 2025-08-15 09:14:11 +00:00
Your Name
9d2c3f7de9 feat(sso): added injection of the client secret to grafana 2025-08-15 09:46:49 +02:00
Richard Robert Reitz
cbc8752fa1 feat(sso): using secret references in dex to not put secrets in git 2025-08-14 16:03:39 +02:00
d86621b59b
fix(dex): 🚑 Fixed Grafana OIDC 2025-08-13 16:15:19 +02:00
3fc36dcfe2
feat(manifests): Add debug log level for Grafana configuration
Enhances Grafana configuration by adding a debug log level.

This improvement aids in troubleshooting and monitoring by providing more detailed logging information.
2025-08-13 15:45:32 +02:00
b87567568d
fix: 🔧 Correct role attribute path casing in Grafana config
Correct the casing of the 'DevFW' group reference in the role attribute path to 'devfw' for consistency and to ensure proper access control in Grafana.
2025-08-13 15:26:32 +02:00
9dab4ea0c8
feat(grafana): Enhance role assignment for Grafana users
Add support for assigning both 'GrafanaAdmin' and 'Editor' roles through the `role_attribute_path`.

Enable the option to allow assignment of Grafana Admin roles directly, enhancing user management capabilities.
2025-08-13 15:23:56 +02:00
9f0b64b7a4
fix(grafana): 🔧 Update role attribute for Grafana access
Updates the role attribute path in the Grafana manifest to specify 'GrafanaAdmin' instead of 'Admin' for user group permissions. This change improves access control by aligning roles with Grafana's intended user management.
2025-08-13 15:20:52 +02:00
a9f7b0c95b
fix(grafana): 🔧 Update role attribute path for OAuth
Update the role attribute path to specify that users in the 'DevFW' group will be assigned the 'Admin' role in the Grafana configuration.

This change enhances user role management for improved access control.
2025-08-13 15:17:33 +02:00
61dddfa961
fix(auth): 🔒️ Update redirect URIs for OAuth clients
Removes the public client configuration and updates the Grafana redirect URI to the correct domain.

Modifies OAuth scopes to include groups for improved permission management.
2025-08-13 15:14:11 +02:00
4425643af8
fix(grafana): 🔧 Update redirect URI for OAuth login
Update the redirect URI to use localhost for OAuth login, improving local development and testing capabilities.
2025-08-13 15:07:54 +02:00
cd2e6de499
feat(grafana): 🎉 Enable user sign-up via OAuth
Allow users to sign up through Forgejo OAuth by setting `allow_sign_up` to true. This change enhances user accessibility and engagement with the Grafana platform.
2025-08-13 14:51:11 +02:00
f9b3b69b67
fix(grafana): 🔒 Remove unnecessary role scope from OAuth
Remove the 'roles' scope from the Grafana OAuth configuration to streamline authentication requirements. This change enhances security by limiting access scopes to only what's necessary.
2025-08-13 14:39:14 +02:00
22c5ff75c8
fix: 🔒️ Remove sensitive role attribute path from config
Remove the role attribute path from Grafana configuration to enhance security by preventing exposure of user role mappings. This change ensures that sensitive information remains protected while maintaining functionality.
2025-08-13 14:38:34 +02:00
c12d21e5bb
feat(grafana): 🎨 Add root_url configuration for server
Adds a root_url configuration for the Grafana server to ensure proper access through the specified URL.

This change enhances the setup by defining the server's root URL, improving accessibility and usability for users.
2025-08-13 14:31:26 +02:00
a344242bd5
refactor(auth): 🔧 Update authentication configuration to use strings
Refactors the authentication settings in the Grafana configuration to use string values for boolean flags and nested properties.

This change enhances consistency and may improve compatibility with other components expecting string representations.
2025-08-13 14:28:40 +02:00
a82d027f81
refactor(auth): 🔧 Simplify OAuth configuration structure
Refactors the OAuth configuration in the Grafana manifest by restructuring the indentation for clarity and organization. This change enhances readability and maintainability of the authentication settings without altering functionality.
2025-08-13 14:24:24 +02:00
ae26ec6a42
fix(auth): 🔒️ Update OAuth client secret and configurations
Update the OAuth client secret for Grafana and add new configurations for generic OAuth authentication.

These changes enhance security and streamline the authentication process for Grafana by enabling OAuth with specific settings.
2025-08-13 14:21:29 +02:00
d40a6fb850
feat(alerts): 🎉 Add alert for high disk consumption in Forgejo
Add a new alert for monitoring high disk consumption in the Forgejo environment.

This alert triggers when disk usage exceeds 60% for persistent volume claims, enhancing observability and proactive resource management in the cluster.
2025-08-13 13:24:31 +02:00
Automated pipeline
d10f650e99 Automated upload for observability.t09.de 2025-08-13 09:33:50 +00:00
Your Name
9087b823a1 feat(edp): changed disck-volume-type from SATA to GPSSD in observability cluster 2025-08-13 10:50:05 +02:00
Manuel Ganter
3919f6035d
disabled kubeschduler and kubecontrollermanager scrape for obs non-prod 2025-08-12 15:23:00 +02:00
Automated pipeline
c1983a2e8d Automated upload for observability.t09.de 2025-08-12 12:24:46 +00:00
Automated pipeline
4dc5433426 Automated upload for observability.t09.de 2025-08-12 07:56:10 +00:00
d759cb2c33
fix(alertmanager): 🔧 Update email recipient for alerts
Update the email address for alert notifications in the Alertmanager configuration to ensure correct delivery.

This change addresses a potential misrouting of alert emails by correcting the recipient address.
2025-08-05 15:16:26 +02:00
672f24e979 feat(grafana alerts): change notifcation channel to teams 2025-08-05 15:06:40 +02:00
ff32d1d13e fix(grafana alerts): set require_tls to false 2025-08-05 14:49:34 +02:00
109108743d fix(grafana alerts): enable vmalertmanger config 2025-08-05 14:40:03 +02:00
92c5e43910 feat(grafana alerts): add route for receiver 2025-08-05 14:06:25 +02:00
Automated pipeline
b226701402 Automated upload for observability.t09.de 2025-08-05 11:35:18 +00:00
abc9722760 feat(grafana alerts): setup a receiver for grafana alerts 2025-08-05 13:31:49 +02:00
Automated pipeline
f7d00bf1d5 Initial upload 2025-07-21 13:10:16 +00:00
Automated pipeline
24aa72c4ce Initial upload 2025-07-21 08:42:45 +00:00
Automated pipeline
fe696adecc Initial upload 2025-07-21 08:08:22 +00:00
Daniel.Sy
82b71d8704 otc/observability.t09.de/stacks/observability/victoria-k8s-stack/manifests/alerts.yaml aktualisiert 2025-07-16 08:28:03 +00:00
Daniel.Sy
af94065837 otc/observability.t09.de/stacks/observability/victoria-k8s-stack/manifests/alerts.yaml hinzugefügt 2025-07-16 08:19:01 +00:00
Automated pipeline
57f8957fd0 Initial upload 2025-07-15 13:26:24 +00:00
Automated pipeline
1764a29a63 Initial upload 2025-06-27 12:14:12 +00:00
fcfa8d5bc4 Initial upload 2025-06-26 13:52:11 +02:00
Automated pipeline
e02f4cf6f0 Initial upload 2025-06-26 09:49:27 +00:00
Automated pipeline
721d97d7a0 Initial upload 2025-06-25 14:18:14 +00:00
Automated pipeline
40a8e52ced Initial upload 2025-06-25 13:54:47 +00:00
Automated pipeline
6847d1be53 Initial upload 2025-06-25 13:35:49 +00:00
Automated pipeline
1ec0f79edc Initial upload 2025-06-25 13:18:02 +00:00
Automated pipeline
a6ba187fd0 Initial upload 2025-06-25 12:38:37 +00:00
Automated pipeline
c1fdcd044e Initial upload 2025-06-25 09:33:56 +00:00
ec17a2ab6d feat(observaibility): encrypt persistent data 2025-06-25 10:06:52 +02:00
Automated pipeline
568afc6cf1 Initial upload 2025-06-23 14:31:48 +00:00