Releases: ydataai/authentication-service
Releases · ydataai/authentication-service
1.0.1.428e9f1
chore: self hosted runners (#45)
1.0.1.96a1b37
chore(actions): update imranismail/setup-kustomize action to v2 (#43)
1.0.1.60cfd7e
chore(actions): update actions/setup-go action to v3 (#41)
1.0.0
1.0.0 (2022-02-02)
Bug Fixes
- dependencies: update go-core (#12) (c305084)
- pipeline: add semantic_version (#13) (860e96e)
- pipelines: path manifests (#6) (696db91)
- redis: client update for cluster usage (#15) (d65f3b7)
- redis: client update with skip tls verify (#16) (6266383)
- redis: handle Publish UserInfo (#11) (0c19404)
- redis: remove publish message into redis (#19) (5d23426)
Features
- api: Include /userinfo + remove publishing (#18) (946e05c)
- authenticators: receive and process requests from Istio (#7) (c943da6)
- implement allowlist to skip authentication (#9) (8aba2d0)
- Logout Session + Update RedisClient (#14) (730bd8c)
- OIDC flow (#4) (8c5647f)
- pipelines: ecr integration (#5) (e22a626)
- redis: add message queue with User Info (#10) (bb728fb)
- tests: improving tests (#8) (bccfce3)
1.0.0.5d23426
fix(redis): remove publish message into redis (#19)
1.0.0.946e05c
feat(api): Include /userinfo + remove publishing (#18)
closes [PLT-200]
1.0.0.d65f3b7
fix(redis): client update for cluster usage (#15)
[PLT-190]
1.0.0.6266383
fix(redis): client update with skip tls verify (#16)
1.0.0.730bd8c
feat: Logout Session + Update RedisClient (#14)
1.0.0.860e96e
fix(pipeline): add semantic_version (#13)