Skip to content

Releases: ydataai/authentication-service

1.0.1.428e9f1

13 Dec 12:28
428e9f1
Compare
Choose a tag to compare
1.0.1.428e9f1 Pre-release
Pre-release

chore: self hosted runners (#45)

1.0.1.96a1b37

07 Dec 16:09
96a1b37
Compare
Choose a tag to compare
1.0.1.96a1b37 Pre-release
Pre-release

chore(actions): update imranismail/setup-kustomize action to v2 (#43)

1.0.1.60cfd7e

07 Dec 15:41
60cfd7e
Compare
Choose a tag to compare
1.0.1.60cfd7e Pre-release
Pre-release

chore(actions): update actions/setup-go action to v3 (#41)

1.0.0

16 Feb 18:11
5d23426
Compare
Choose a tag to compare

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

02 Feb 11:03
5d23426
Compare
Choose a tag to compare
1.0.0.5d23426 Pre-release
Pre-release

fix(redis): remove publish message into redis (#19)

1.0.0.946e05c

01 Feb 10:33
946e05c
Compare
Choose a tag to compare
1.0.0.946e05c Pre-release
Pre-release

feat(api): Include /userinfo + remove publishing (#18)

closes [PLT-200]

1.0.0.d65f3b7

27 Jan 13:42
d65f3b7
Compare
Choose a tag to compare
1.0.0.d65f3b7 Pre-release
Pre-release

fix(redis): client update for cluster usage (#15)

[PLT-190]

1.0.0.6266383

27 Jan 17:49
6266383
Compare
Choose a tag to compare
1.0.0.6266383 Pre-release
Pre-release

fix(redis): client update with skip tls verify (#16)

1.0.0.730bd8c

20 Jan 17:01
730bd8c
Compare
Choose a tag to compare
1.0.0.730bd8c Pre-release
Pre-release

feat: Logout Session + Update RedisClient (#14)

1.0.0.860e96e

19 Jan 19:17
860e96e
Compare
Choose a tag to compare
1.0.0.860e96e Pre-release
Pre-release

fix(pipeline): add semantic_version (#13)