Skip to content

Releases: ing-bank/rokku-sts

v1.0.8

25 Jul 12:08
9ca4237
Compare
Choose a tag to compare

Commits

  • 214f898: allow NPA to get longer time expiration for session token (Krzysztof Zmij) #71
  • 51c1609: update libs (Krzysztof Zmij) #71
  • 2bc2bc0: ajust log debug (Krzysztof Zmij) #71

v1.0.7

31 Mar 07:00
f793d3b
Compare
Choose a tag to compare

Commits

  • ee5f5ad: Upgrade transitive dependency (Grzegorz Zagata) #70
  • 363eca4: Upgrade keycloak library (Grzegorz Zagata) #70

v1.0.6

24 Mar 14:40
873fe91
Compare
Choose a tag to compare

Commits

  • 05ef1cf: Get empty string for logs if request doesn't contain sessionToken (Grzegorz Zagata) #69

v1.0.5

16 Mar 08:20
f7fac50
Compare
Choose a tag to compare

Commits

  • bcf4bc5: keycloak/: Added user 'npauser' along with 'rokku-npa' role in keycloak (jahnestacado) #67
  • 8805a1a: src/: Added NpaApi routes (jahnestacado) #67
  • 4c085c3: Added unit tests for npaApi (jahnestacado) #67
  • 6d22a8f: Updated README.md (jahnestacado) #67
  • 2fd9012: Renamed getAwsCredentialAndStatus -> getUserAccountByName (jahnestacado) #67
  • 6d7f4da: Fixed UserGroup encoder (jahnestacado) #67
  • 19ee6b8: Renamed getUserSecretWithExtInfo -> getUserUserAccountByAccessKey (jahnestacado) #67
  • 6f2eccf: Now getUserAccountByName returns an optional result since the entry cannot be present in the db (jahnestacado) #67

v1.0.4

15 Mar 10:25
72d437b
Compare
Choose a tag to compare

Commits

  • a330233: Add validation to aws key + refactor (Grzegorz Zagata) #68
  • 9f7f3c6: Change response from 400 Bad Request to 403 Forbidden if accessKey/sessionToken have bad format (Grzegorz Zagata) #68

v1.0.3

25 Nov 08:52
1a46f55
Compare
Choose a tag to compare

Commits

  • 621c170: fix error messages (Krzysztof Zmij) #66

v1.0.2

05 Oct 07:29
ceac3c5
Compare
Choose a tag to compare

Commits

v1.0.1

03 Oct 09:50
0be02f8
Compare
Choose a tag to compare

Commits

  • a1a6658: upgrad keyclock conf to use version 18 or above (Krzysztof Zmij) #64
  • ae7a4a9: remove user from docker image (Krzysztof Zmij) #64

v1.0.0

27 Sep 09:46
dba6d6b
Compare
Choose a tag to compare

Commits

  • 4e62a98: Close healthcheck connection (yannis) #63
  • d62ec79: Added shutdownHandler #major (yannis) #63
  • 48cb605: Now it shuts down process if it cannot create Redis secondary index (yannis) #63

v0.3.17

14 Sep 14:04
58de90c
Compare
Choose a tag to compare

Commits

  • 05e5ba0: Upgraded to latest version for all packages apart from keycloak/mariadb (yannis) #58
  • 7fdd1bc: Configured keycloak and fixed integration tests (yannis) #58
  • d239b23: Improved local keycloak dev setup by building/copying the h2 db inside the image in order to avoid dirty git state (yannis) #58
  • cde1cad: Cleaned up code (yannis) #58
  • 2d692bb: Added missing client_secret argument in scripts (yannis) #58
  • 916b637: removed travis build file (yannis) #58
  • e4a17b8: Refactoring DAO. WIP (yannis) #62
  • 4c2f76e: Fixed integration tests (yannis) #62
  • ab5197f: Removed MariaDB references (yannis) #62
  • e3737b8: Refactored/renamed code related to Redis connection (yannis) #62
  • f97388c: Introduced RedisModel (yannis) #62
  • b298a05: Impoved some log messages (yannis) #62
  • fee064c: Renamed insertUserGroups func to setUserGroups (yannis) #62
  • 4b30170: Updated README.md (yannis) #62
  • 3ee414f: Added github test workflow (yannis) #62
  • 655e6fd: Disabled 'byname-implicit' linting rule (yannis) #62
  • 5cf95b2: Added docker build step to workflow (yannis) #62
  • 0c97764: Added release workflow (yannis) #62
  • 336fa2d: Cleaned up workflow files (yannis) #62
  • f3808ec: Added 'latest' tag to docker images that are build from master branch (yannis) #62
  • 81a105d: Adjusted workflow titles (yannis) #62
  • 4128127: Updated keycloak client version and docker base image (yannis) #62
  • a051c3c: Added extra docker command sto upgrade packages (yannis) #62
  • 6d9403b: Now pushes both latest and version docker image tag (yannis) #62