aws-samples / keycloak-on-aws

This is a solution for deploying Keycloak to AWS with high availability.

Home Page:https://www.amazonaws.cn/solutions/keycloak-on-aws/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the upgrade of keycloak version in the program

comdaze opened this issue · comments

About the upgrade of keycloak version in the program

The current version of keycloak in this solution is 16.1.1

Currently the latest version of keycloak is 21.1.1, is this solution considered to upgrade the version of keycloak? Or directly in this code to modify the version?

https://github.com/aws-samples/keycloak-on-aws/blob/master/source/src/stack.ts#L161
keycloakVersion: KeycloakVersion.of('16.1.1'),