-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathit-stack-keycloak.yml
More file actions
57 lines (51 loc) · 1.43 KB
/
it-stack-keycloak.yml
File metadata and controls
57 lines (51 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# it-stack-keycloak.yml — IT-Stack Module Manifest
# Module 02: Keycloak OAuth2/OIDC/SAML SSO provider
module:
name: keycloak
number: "02"
repo: it-stack-dev/it-stack-keycloak
version: "0.1.0"
phase: 1
category: identity
server: lab-id1
description: "Keycloak OAuth2/OIDC/SAML SSO provider"
upstream:
name: Keycloak
image: quay.io/keycloak/keycloak:24
license: Apache-2.0
ports:
- 8080 (HTTP)
- 8443 (HTTPS)
labs:
- id: "02-01"
name: Standalone
docker_compose: docker/docker-compose.standalone.yml
test_script: tests/labs/test-lab-02-01.sh
- id: "02-02"
name: External Dependencies
docker_compose: docker/docker-compose.lan.yml
test_script: tests/labs/test-lab-02-02.sh
- id: "02-03"
name: Advanced Features
docker_compose: docker/docker-compose.advanced.yml
test_script: tests/labs/test-lab-02-03.sh
- id: "02-04"
name: SSO Integration
docker_compose: docker/docker-compose.sso.yml
test_script: tests/labs/test-lab-02-04.sh
- id: "02-05"
name: Advanced Integration
docker_compose: docker/docker-compose.integration.yml
test_script: tests/labs/test-lab-02-05.sh
- id: "02-06"
name: Production Deployment
docker_compose: docker/docker-compose.production.yml
test_script: tests/labs/test-lab-02-06.sh
resources:
cpu_cores: 2
ram_gb: 4
disk_gb: 20
health_check:
endpoint: /health
metrics_endpoint: /metrics
log_path: /var/log/keycloak/