zhenyus
e898a18b4d
refactor(devsvc): implement secret management for sensitive configurations
...
- Removed direct references to sensitive data (e.g., MongoDB URI, Gitea token, RabbitMQ password) in values files and replaced them with a structured secrets section.
- Updated deployment and configuration templates to inject secrets from FreeleapsSecretStore, enhancing security and maintainability.
- This change aligns with the new secret management strategy across the application.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 16:17:16 +08:00
zhenyus
e8a07a08e6
feat: add metricsEnabled and probesEnabled configuration options to payment, content, centralStorage, authentication, and notification services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:51:35 +08:00
zhenyus
2f8f0a1a1f
fix: update probes enabled logic in service configuration templates
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 21:32:13 +08:00
zhenyus
2969cafc9d
feat: add serviceMonitor configuration for content, payment, notification, central-storage, and authentication services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 21:24:35 +08:00
zhenyus
6633383421
fix(authentication): update SERVICE_API_ACCESS_PORT and MONGODB_PORT to use toString before base64 encoding
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 21:30:55 +08:00
zhenyus
c7a2e66ccc
fix(authentication): adjust base64 encoding order for SERVICE_API_ACCESS_PORT and MONGODB_PORT in authentication-config.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 21:27:19 +08:00
zhenyus
9a9d2fb80e
fix(authentication): add base64 encoding for SERVICE_API_ACCESS_PORT and MONGODB_PORT in authentication-config.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 21:26:26 +08:00
zhenyus
d9feaee4c3
fix(authentication): update SERVICE_API_ACCESS_PORT and MONGODB_PORT to remove unnecessary base64 encoding
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 21:25:30 +08:00
zhenyus
50afb3fc40
feat(authentication): add SERVICE_API_ACCESS_HOST and SERVICE_API_ACCESS_PORT to configuration files
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 21:24:43 +08:00
zhenyus
23dd7b0726
fix(authentication): remove SERVICE_API_ACCESS_HOST and SERVICE_API_ACCESS_PORT from configuration files
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 21:22:35 +08:00
zhenyus
8deac4dbdb
fix(authentication): remove unnecessary quoting for SERVICE_API_ACCESS_PORT and MONGODB_PORT in authentication-config.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 21:15:10 +08:00
zhenyus
b8c70448a3
feat(helm): add new Helm charts for content and central-storage services, update authentication values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-21 17:59:08 +08:00