Update stx-oidc-client tag to stx.11.0-v1.0.8
This commit updates the image to include oidc-auth-armada-app changes regarding to dependency updates and CVE fixes. Test Plan: PASS: Build a local docker stx-oidc-client image. PASS: Load this new image into a sx PASS: Modify the oidc-auth-apps helm-charts to use this image instead and rebuild the oidc-auth-apps. PASS: Upload and apply oidc-auth-apps. oidc should be applied successfully. PASS: Check if the stx-oidc-client deployment is using the new created image with the command: kubectl -n kube-system get deployment stx-oidc-client -o yaml PASS: Once oidc-auth-apps in applied status, perform oidc-auth-apps test by creating a user, apply rolebiding and authenticate it using oidc-auth command, check if the new user can send k8s commands based on its roles. PASS: Try to authenticate using the Remote CLI method, should work PASS: Try to authenticate using the WEB Method by accessing the url https://<OAM_IP>:30555, you should be served with a webpage and be able to authenticate through oidc as well. Story: 2011328 Task: 51660 Change-Id: I1adafa9a824d7fd79a458e238413e72634f5ffab Signed-off-by: Joaci Morais <joaci.demorais@windriver.com>
This commit is contained in:
parent
aabe8f5171
commit
257276af1b
@ -27,9 +27,9 @@ images:
|
||||
# Version determined by running 'git describe --tags' in clone of upstream repo
|
||||
tag: stx.4.0-v0.11.0-109-gc48c502
|
||||
- name: docker.io/starlingx/stx-oidc-client
|
||||
src_build_tag: master-debian-stable-20231029T060059Z.0
|
||||
src_ref: https://opendev.org/starlingx/oidc-auth-armada-app/commit/c57b4ffeb038980d7eac6a5995d72359d9adc1ea
|
||||
tag: stx.9.0-v1.0.7
|
||||
src_build_tag: master-debian-stable-20250209T050101Z.0
|
||||
src_ref: https://opendev.org/starlingx/oidc-auth-armada-app/commit/30c54951ce177caf3d1b9dd6ce8112103297c1f8
|
||||
tag: stx.11.0-v1.0.8
|
||||
- name: docker.io/starlingx/dex
|
||||
src_build_tag: master-centos-stable-20200204T162546Z.0
|
||||
src_ref: https://opendev.org/starlingx/oidc-auth-armada-app/commit/5d6701bdf214e77f460f2e3dd2b6f7d3186830c8
|
||||
|
Loading…
x
Reference in New Issue
Block a user