keycloak

Install Keycloak 4.8.3 on CentOS 7
https://zenn.dev/ymasaoka/articles/install-keycloak-483-centos-7

起動オプションに -b=0.0.0.0 を付与しているのは、すべてのホストからのアクセスを許可しているためです。

Keycloak は WildFly という RedHat が中心になって開発している Java EE コンテナが同梱されています。FildFly は、デフォルト設定ではリモートホストからのアクセスを許可していません。


15.1
https://www.keycloak.org/archive/downloads-15.1.1.html

Server
Keycloak Distribution powered by WildFly


Release Notes
https://www.keycloak.org/docs/latest/release_notes/index.html
Releases
https://github.com/keycloak/keycloak/releases

開発ペース速すぎない?



Quarkus ベースの Keycloak を開発モードで起動してみる
https://zenn.dev/i7a7467/articles/f38e307cfe7633

Keycloak 17.0.0 から Quarkus ベースがサポートされるようになりました。
これまでの WildFlyベースのものは standalone.sh を実行することですぐに Keycloak を試すことができました。
これからは Quarkus ベースとなるため、これまでとは起動方法が異なっています。


・Dockerを使う場合

Get started with Keycloak on Docker
https://www.keycloak.org/getting-started/getting-started-docker

Install Docker Engine on CentOS
https://docs.docker.com/engine/install/centos/

ログの見方がよくわからん。
コンテナに入ってもviやmoreがない。。