Commit Graph

210 Commits

Author SHA1 Message Date
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
zhenyus
b7908d1692 Refactor configuration files to remove unused fields and add AKV secret management for payment service
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 21:41:21 +08:00
Nicolas
86f989e405 The production environment of the authentication service also fully supports AKV. 2025-08-18 17:44:17 +08:00
zhenyus
b6614bfc4c refactor(authentication): update secret key references in values.alpha.yaml
- Changed the JWT and MongoDB URI secret key references to include the 'alpha' prefix for better environment differentiation.
- This update aligns with the recent changes in secret management for the authentication module.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 15:37:58 +08:00
zhenyus
363b408d39 refactor(authentication): update key reference in FreeleapsSecret template
- Changed the key reference from 'key' to 'secretKey' in freeleapssecret.yaml to improve clarity and consistency in secret management.
- This adjustment aligns with the recent updates to the secret management structure within the authentication module.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 15:33:28 +08:00
zhenyus
05aa22215e refactor(authentication): streamline secret reference assignment in deployment.yaml
- Introduced a variable for the target secret name to improve readability and maintainability of the secret injection logic.
- This change enhances the clarity of the deployment configuration for the authentication module.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 15:29:00 +08:00
zhenyus
e34a57bef5 refactor(authentication): update secret references in deployment and FreeleapsSecret templates
- Changed references from .Values.secrets to .Values.authentication.secrets in deployment.yaml and freeleapssecret.yaml to align with the new secret management structure.
- This update enhances the clarity and organization of secret management within the authentication module.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 15:27:26 +08:00
zhenyus
4da0d64995 feat(authentication): integrate secret management for JWT and MongoDB URI
- Added a secrets section in values.alpha.yaml to reference JWT secret key and MongoDB URI from a FreeleapsSecretStore.
- Updated deployment.yaml to inject these secrets as environment variables, enhancing security and configuration management.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 15:25:48 +08:00
zhenyus
7e80fc6ca6 ci(bump): update authentication image version for prod to 1.3.1
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-12 15:39:10 +08:00
freeleaps-gitops-bot
eacdf8fc92 ci(bump): bump authentication image version for prod to snapshot-c93ce6b 2025-08-12 05:02:47 +00:00
freeleaps-gitops-bot
5b3334cc95 ci(bump): bump authentication image version for prod to snapshot-804c71f 2025-08-12 04:32:38 +00:00
freeleaps-gitops-bot
b8c97931af ci(bump): bump authentication image version for prod to 1.4.0 2025-08-12 04:32:25 +00:00
freeleaps-gitops-bot
631a9a9382 ci(bump): bump authentication image version for alpha to snapshot-6e43296 2025-08-12 04:23:52 +00:00
freeleaps-gitops-bot
b545149b37 ci(bump): bump authentication image version for prod to snapshot-c8a6275 2025-08-11 01:35:29 +00:00
freeleaps-gitops-bot
1dff360245 ci(bump): bump authentication image version for prod to 1.3.1 2025-08-11 01:30:44 +00:00
freeleaps-gitops-bot
5c81c902c0 ci(bump): bump authentication image version for prod to snapshot-bbfc1ba 2025-08-07 01:05:47 +00:00
freeleaps-gitops-bot
26f9bed8c1 ci(bump): bump authentication image version for prod to 1.3.0 2025-08-07 00:59:24 +00:00
freeleaps-gitops-bot
8bb08fd29a ci(bump): bump authentication image version for alpha to snapshot-12a0d9a 2025-07-31 15:20:49 +00:00
freeleaps-gitops-bot
3a189613ba ci(bump): bump authentication image version for alpha to snapshot-311fd21 2025-07-29 10:26:01 +00:00
freeleaps-gitops-bot
8fa1a8f725 ci(bump): bump authentication image version for alpha to snapshot-e7eeaaf 2025-07-29 03:55:54 +00:00
freeleaps-gitops-bot
219fa78be2 ci(bump): bump authentication image version for alpha to snapshot-eec7ac2 2025-07-28 14:11:09 +00:00
freeleaps-gitops-bot
b554516986 ci(bump): bump authentication image version for alpha to snapshot-9e2e2fa 2025-07-28 13:14:38 +00:00
freeleaps-gitops-bot
682142aecd ci(bump): bump authentication image version for alpha to snapshot-baf606d 2025-07-28 10:35:28 +00:00