freeleaps-gitops-bot
cde3ea62a7
ci(bump): bump authentication image version for prod to 1.11.0
2025-09-25 14:43:25 +00:00
freeleaps-gitops-bot
7c8acc9ce8
ci(bump): bump authentication image version for alpha to snapshot-11c52d6
2025-09-25 07:46:17 +00:00
freeleaps-gitops-bot
63e7b91a1e
ci(bump): bump authentication image version for alpha to snapshot-2a517fa
2025-09-24 05:18:02 +00:00
freeleaps-gitops-bot
a9660ece80
ci(bump): bump authentication image version for prod to snapshot-d4c027e
2025-09-24 02:48:31 +00:00
freeleaps-gitops-bot
336ab05a45
ci(bump): bump authentication image version for alpha to snapshot-bae0903
2025-09-23 14:26:23 +00:00
freeleaps-gitops-bot
5dbfdb0f71
ci(bump): bump authentication image version for prod to snapshot-ee519ca
2025-09-23 09:10:43 +00:00
freeleaps-gitops-bot
1c79b10e6f
ci(bump): bump authentication image version for alpha to snapshot-3cba9e4
2025-09-23 06:00:54 +00:00
Nicolas
a8d6af93aa
restore: add Kubernetes metadata to JSON logs
...
- Restore ParseJSON operations to add Kubernetes metadata to log body
- Add kubernetes.pod, kubernetes.namespace, kubernetes.pod_ip, etc. to JSON
- This will enrich the JSON logs with Kubernetes context information
- Maintain original JSON structure while adding K8s metadata
2025-09-22 21:46:38 +08:00
Nicolas
2983250d07
fix: remove json_parser to preserve original JSON format
...
- Remove json_parser operator to keep logs in original JSON format
- This should maintain the structured JSON content in Grafana
- Logs will be sent as raw JSON without parsing into attributes
2025-09-22 21:45:14 +08:00
Nicolas
cda371e74f
fix: change start_at to beginning to read existing logs
...
- Change start_at from end to beginning
- This should allow OpenTelemetry Collector to read existing log content
- May cause duplicate logs but should make logs visible in Grafana
2025-09-22 21:38:59 +08:00
Nicolas
620bacdbbf
fix: remove move operator that may be causing log processing failure
...
- Remove move operator from json_parser configuration
- Keep only json_parser with parse_to: attributes
- This should allow logs to be processed correctly
2025-09-22 21:38:00 +08:00
Nicolas
802698bcb7
fix: align authentication logging with chat service configuration
...
- Add parse_to: attributes to json_parser operator
- Add move operator to move text content to body
- Use application instead of service_name for consistency
- Use global.environment for environment setting
- Add global.environment to values files for both alpha and prod
- This should fix the unknown_service classification issue
2025-09-22 21:21:19 +08:00
Nicolas
fe2b7200de
simplify: remove where clause from transform processor
...
- Remove complex where clause that may cause syntax errors
- Set environment to alpha by default for all logs
- This should fix the transform processor execution issue
2025-09-22 20:45:02 +08:00
Nicolas
c4719493af
fix: add service.name attribute to prevent unknown_service classification
...
- Add service.name resource attribute in addition to service_name
- This should prevent logs from being classified as unknown_service in Loki
- Keep both attributes for compatibility
2025-09-22 20:40:30 +08:00
Nicolas
b1554522b5
Fix the configuration of the JSON parser
2025-09-22 20:35:06 +08:00
Nicolas
b60c5c9324
simplify: remove ParseJSON operations from OpenTelemetry transform
...
- Remove complex JSON parsing operations that may cause issues
- Keep only essential resource attribute mapping
- This should help logs be properly processed and sent to Loki
2025-09-22 20:22:40 +08:00
Nicolas
a9d3930ba3
fix: use where clause for conditional environment setting
...
- Replace if statement with where clause for environment mapping
- Set default to alpha, then override to prod for freeleaps-prod namespace
2025-09-22 19:54:57 +08:00
Nicolas
0774325bf6
fix: use if statement instead of ReplaceAll for environment mapping
...
- Replace ReplaceAll function with if statement for environment mapping
- This avoids undefined function error in OpenTelemetry Collector OTTL
2025-09-22 19:53:13 +08:00
Nicolas
69823712ae
Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
2025-09-22 19:45:46 +08:00
Nicolas
a9d6ab93e6
fix the bug of auth
2025-09-22 19:44:52 +08:00
Nicolas
a81b061d31
update authentication
2025-09-22 19:40:17 +08:00
freeleaps-gitops-bot
251b79c9d8
ci(bump): bump authentication image version for alpha to snapshot-96f2f52
2025-09-22 10:56:40 +00:00
Nicolas
b1f6ce8a1d
Set the log environment for authentication using string replacement
2025-09-22 17:47:40 +08:00
Nicolas
61509dabf2
roll back
2025-09-22 17:33:22 +08:00
Nicolas
267bf4863b
Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
2025-09-22 17:31:27 +08:00
Nicolas
d9209e89ef
fix authentication
2025-09-22 17:31:11 +08:00
freeleaps-gitops-bot
3d0ee3546d
ci(bump): bump authentication image version for prod to 1.9.0
2025-09-22 09:19:04 +00:00
freeleaps-gitops-bot
bdf8e2544b
ci(bump): bump authentication image version for prod to snapshot-ee519ca
2025-09-22 09:18:40 +00:00
Nicolas
b3ef716dde
Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
2025-09-22 16:54:13 +08:00
Nicolas
5b185972a8
update authentication log set
2025-09-22 16:53:54 +08:00
freeleaps-gitops-bot
d0786e5df3
ci(bump): bump authentication image version for prod to snapshot-7b7c9ca
2025-09-22 08:38:20 +00:00
freeleaps-gitops-bot
946a92e2fa
ci(bump): bump authentication image version for prod to 1.8.0
2025-09-22 08:38:04 +00:00
Nicolas
bfb58407e4
Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
2025-09-22 16:23:20 +08:00
Nicolas
efa0b55236
change authentication log env set
2025-09-22 16:23:01 +08:00
freeleaps-gitops-bot
4de8bf6001
ci(bump): bump authentication image version for alpha to snapshot-74d9550
2025-09-22 08:06:50 +00:00
Nicolas
309602b91e
add auth prod log
2025-09-22 10:30:55 +08:00
freeleaps-gitops-bot
f3d35e8fac
ci(bump): bump authentication image version for alpha to snapshot-77d0a9c
2025-09-19 09:41:40 +00:00
freeleaps-gitops-bot
8c9c4dc8f7
ci(bump): bump authentication image version for prod to snapshot-6d72fef
2025-09-19 09:20:59 +00:00
freeleaps-gitops-bot
6389d1573c
ci(bump): bump authentication image version for alpha to snapshot-812636a
2025-09-19 08:39:44 +00:00
freeleaps-gitops-bot
8a5e584a85
ci(bump): bump authentication image version for prod to 1.7.0
2025-09-19 08:26:27 +00:00
freeleaps-gitops-bot
760a030b3b
ci(bump): bump authentication image version for alpha to snapshot-39d7d2a
2025-09-19 05:25:56 +00:00
freeleaps-gitops-bot
3e0ce54d68
ci(bump): bump authentication image version for alpha to snapshot-cea1b2c
2025-09-19 03:01:44 +00:00
freeleaps-gitops-bot
654e6c9fbc
ci(bump): bump authentication image version for alpha to snapshot-38ff0ae
2025-09-18 09:22:17 +00:00
freeleaps-gitops-bot
16c05fa74e
ci(bump): bump authentication image version for alpha to snapshot-a42ba38
2025-09-18 08:52:23 +00:00
freeleaps-gitops-bot
d366d25091
ci(bump): bump authentication image version for alpha to snapshot-1baf906
2025-09-18 06:19:22 +00:00
freeleaps-gitops-bot
c48d515ab4
ci(bump): bump authentication image version for prod to snapshot-4a5bdb4
2025-09-18 04:24:23 +00:00
freeleaps-gitops-bot
57e94ac04d
ci(bump): bump authentication image version for prod to snapshot-046f9ff
2025-09-05 02:08:11 +00:00
1f993da23e
revert e76da4ea18
...
revert Remove all such cert usage(across all services) if service is already deployed in k8s
2025-08-29 03:53:51 +00:00
Nicolas
e76da4ea18
Remove all such cert usage(across all services) if service is already deployed in k8s
2025-08-29 10:03:35 +08:00
freeleaps-gitops-bot
cdbfce6f56
ci(bump): bump authentication image version for alpha to snapshot-c406f6d
2025-08-26 03:51:45 +00:00