Bug 57383 - univention-keycloak domain-config only accepts one --set option
univention-keycloak domain-config only accepts one --set option
Status: CLOSED INVALID
Product: UCS
Classification: Unclassified
Component: Keycloak
UCS 5.0
Other Linux
: P5 normal (vote)
: UCS 5.0-7-errata
Assigned To: Ole Schwiegert
Dirk Wiesenthal
:
Depends on: 57375
Blocks:
  Show dependency treegraph
 
Reported: 2024-06-13 12:15 CEST by Ole Schwiegert
Modified: 2024-06-13 13:33 CEST (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.017
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ole Schwiegert univentionstaff 2024-06-13 12:15:56 CEST
+++ This bug was initially created as a clone of Bug #57375 +++

When switching the database backend for Keycloak you are instructed to execute

univention-keycloak domain-config \
  --set username="database-username" \
  --set uri="jdbc:mariadb://database-server:3306/database-name" \
  --set password="database-password" \
  --set driver="org.mariadb.jdbc.Driver" \
  --set ping_datatype="VARBINARY(255)"

to achieve your goal. The problem is that the command ignores all --set options but the last.