Bug 57375 - univention-keycloak domain-config only accepts one --set option
univention-keycloak domain-config only accepts one --set option
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: Keycloak
UCS 5.0
Other Linux
: P5 normal (vote)
: UCS 5.0-8-errata
Assigned To: Ole Schwiegert
Dirk Wiesenthal
:
Depends on:
Blocks: 57383
  Show dependency treegraph
 
Reported: 2024-06-03 14:26 CEST by Ole Schwiegert
Modified: 2024-06-26 13:03 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-03 14:26:38 CEST
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.
Comment 1 Dirk Wiesenthal univentionstaff 2024-06-12 14:33:49 CEST
Package: univention-keycloak
Version: 1.0.12-2
Branch: ucs_5.0-0-errata5.0-8
Scope: errata5.0-8
Comment 2 Dirk Wiesenthal univentionstaff 2024-06-14 10:28:34 CEST
Code review: OK
Manual tests: OK
Running the command from the manual: OK
YAML: OK
Comment 3 Iván.Delgado univentionstaff 2024-06-26 13:03:35 CEST
<https://errata.software-univention.de/#/?erratum=5.0x1072>