Skip to content

Commit 803309d

Browse files
committed
Merge branch 'develop'
2 parents 188787e + ab8fb35 commit 803309d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/js/hubsetup.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ${e}`;
112112
result += '# * KC_DB\n# * KC_HEALTH_ENABLED\n# * KC_HTTP_RELATIVE_PATH\n\n';
113113
}
114114

115-
result += '# Generated using script version 7\n\n';
115+
result += '# Generated using script version 8\n\n';
116116

117117
return result;
118118
}
@@ -246,7 +246,7 @@ GRANT ALL PRIVILEGES ON DATABASE hub TO hub;`);
246246
email: "system@localhost",
247247
enabled: true,
248248
serviceAccountClientId: "cryptomatorhub-system",
249-
clientRoles: { 'realm-management' : ['realm-admin'] }
249+
clientRoles: { 'realm-management' : ['realm-admin', 'view-system'] }
250250
}
251251
],
252252
scopeMappings: [
@@ -428,7 +428,7 @@ EOF`;
428428
'init-config': {condition: 'service_completed_successfully'},
429429
'postgres': {condition: 'service_healthy'}
430430
},
431-
image: 'ghcr.io/cryptomator/keycloak:26.3.5',
431+
image: 'ghcr.io/cryptomator/keycloak:26.4.1',
432432
command: startCmd,
433433
volumes: ['kc-config:/opt/keycloak/data/import'],
434434
deploy: {
@@ -799,7 +799,7 @@ class KubernetesConfigBuilder extends ConfigBuilder {
799799
}],
800800
containers: [{
801801
name: 'keycloak',
802-
image: 'ghcr.io/cryptomator/keycloak:26.3.5',
802+
image: 'ghcr.io/cryptomator/keycloak:26.4.1',
803803
command: startCmd,
804804
ports: [{containerPort: 8080}],
805805
resources: {

0 commit comments

Comments
 (0)