Commit 5c0a0f5
[federation] Replace jq with python3 in get-keycloak-token.sh
The openstackclient pod does not ship jq, causing the access_token and
admin_token commands in get-keycloak-token.sh to fail with
'jq: command not found'. Replace both jq invocations with an equivalent
python3 one-liner, which is always available in the openstackclient pod.
Fixes: 8a15a5f
Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Change-Id: Iaf5f4fa4607fe2eb9f255bed276e06b6df29d374
Signed-off-by: Grzegorz Grasza <xek@redhat.com>1 parent 500aa49 commit 5c0a0f5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments