3.5. 주제 배포
주제 디렉터리를 themes
에 복사하여 Red Hat Single Sign-On에 배포하거나 아카이브로 배포할 수 있습니다. 개발 중에 주제를 themes
디렉터리에 복사할 수 있지만 프로덕션에서는 아카이브
사용을 고려할 수 있습니다. 아카이브
를 사용하면 특히 클러스터링과 같이 Red Hat Single Sign-On의 여러 인스턴스가 있는 경우, 특히 클러스터링의 버전이 지정된 사본을 더 쉽게 사용할 수 있습니다.
절차
- 주제를 아카이브로 배포하려면 topic 리소스를 사용하여 JAR 아카이브를 생성합니다.
META-INF/keycloak-themes.json
파일을 아카이브에서 사용 가능한 주제와 각 주제에서 제공하는 유형을 나열하는 아카이브에 추가합니다.예를 들어
mytheme
topic의 경우 콘텐츠로mytheme.jar
를 생성합니다.- META-INF/keycloak-themes.json
- theme/mytheme/login/theme.properties
- theme/mytheme/login/login.ftl
- theme/mytheme/login/resources/css/styles.css
- theme/mytheme/login/resources/img/image.png
- theme/mytheme/login/messages/messages_en.properties
theme/mytheme/email/messages/messages_en.properties
이 경우
META-INF/keycloak-themes.json
의 내용은 다음과 같습니다.{ "themes": [{ "name" : "mytheme", "types": [ "login", "email" ] }] }
단일 아카이브에는 여러 주제가 포함될 수 있으며 각 주제는 하나 이상의 유형을 지원할 수 있습니다.
Red Hat Single Sign-On에 아카이브를 배포하려면 Red Hat Single Sign-On의 독립 실행형/deployments/
디렉터리에 추가하면 자동으로 로드됩니다.