Commit graph

395 commits

Author SHA1 Message Date
f3d2def98a
fix(config): 🔧 Update Forgejo client credentials format
Refactor the configuration to use environment variable syntax for Forgejo client ID and secret.

This change improves consistency and readability in the configuration file.
2025-08-13 14:42:35 +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
b1b565243c
feat(dex): readded dex after pipeline run 2025-08-13 13:11:16 +02:00
Automated pipeline
d10f650e99 Automated upload for observability.t09.de 2025-08-13 09:33:50 +00:00
a2fcd2ed29
Merge branch 'main' of ssh://edp.buildth.ing/DevFW-CICD/stacks-instances 2025-08-13 11:09:28 +02:00
b6fbfc0381
fix(dex): fixed ingress class name 2025-08-13 11:09:20 +02:00
Automated pipeline
ca87065490 Automated upload for delete-me.t09.de 2025-08-13 09:05:33 +00:00
12eeb98118
fix(dex): fixed ingress 2025-08-13 11:05:12 +02:00
2b0c062a2a
Merge branch 'main' of ssh://edp.buildth.ing/DevFW-CICD/stacks-instances 2025-08-13 10:59:20 +02:00
54eb8164f4
feat(dex): Added dex to observability cluster for testing 2025-08-13 10:58:48 +02: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
Automated pipeline
3bb4d1cb60 Automated upload for forgejo-test.t09.de 2025-08-13 08:26:49 +00:00
Automated pipeline
ec5a7b43c9 Automated upload for edp.buildth.ing 2025-08-13 08:10:15 +00:00
Automated pipeline
89437b3b6d Automated upload for edp.buildth.ing 2025-08-13 07:58:03 +00:00
00a382cc7f
added additional comment to describe magic number 2025-08-12 16:12:06 +02:00
3276d0673d
introduced variables to s3 backup cronjob 2025-08-12 16:08:30 +02:00
3919f6035d
disabled kubeschduler and kubecontrollermanager scrape for obs non-prod 2025-08-12 15:23:00 +02:00
Automated pipeline
2820a37e00 Automated upload for observability.buildth.ing 2025-08-12 12:40:19 +00:00
Automated pipeline
c1983a2e8d Automated upload for observability.t09.de 2025-08-12 12:24:46 +00:00
Automated pipeline
bf54e7fe38 Automated upload for observability.buildth.ing 2025-08-12 08:31:20 +00:00
Automated pipeline
4dc5433426 Automated upload for observability.t09.de 2025-08-12 07:56:10 +00:00
Automated pipeline
088f716014 Automated upload for restore-test-4.t09.de 2025-08-11 08:35:35 +00:00
Automated pipeline
8b4151665f Automated upload for forgejo-test.t09.de 2025-08-08 09:57:54 +00:00
Automated pipeline
df8e28b887 Automated upload for retain-me.t09.de 2025-08-08 09:24:31 +00:00
9f7a20f9a5 fix 2025-08-08 10:08:06 +02:00
80ab1b0510 fix: add storageClass and missing annottations to s3-backup pvc 2025-08-08 10:00:42 +02:00
Automated pipeline
e3bb893f7f Automated upload for observability.t09.de 2025-08-07 11:37:59 +00:00
Your Name
d2d006f3bf migration(forgejo): added type to forgejo pvc 2025-08-06 14:09:04 +02:00
Your Name
8f2cafb0a4 migration(forgejo): added type to forgejo pvc 2025-08-06 14:04:28 +02:00
Automated pipeline
797f660532 Automated upload for testing-2.t09.de 2025-08-06 11:44:51 +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
3ad2ff63dd
fix: Added s3 volume encryption key 2025-08-05 11:14:15 +02:00
18b6e5496c Update otc/retain-me.t09.de/stacks/forgejo/forgejo-server/values.yaml 2025-08-04 12:30:28 +00:00
4f824c0d4e Update otc/retain-me.t09.de/stacks/forgejo/forgejo-server/values.yaml 2025-08-04 12:26:48 +00:00
93e13e42fe Update otc/retain-me.t09.de/stacks/forgejo/forgejo-server/values.yaml 2025-08-04 11:59:29 +00:00
d239cda332 Update otc/retain-me.t09.de/stacks/forgejo/forgejo-server/values.yaml 2025-08-04 11:53:53 +00:00
f8ff415893 Update otc/retain-me.t09.de/stacks/forgejo/forgejo-server/values.yaml 2025-08-04 11:26:53 +00:00
Automated pipeline
eafb04b866 Automated upload for edp.buildth.ing 2025-08-01 12:32:29 +00:00