You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The janssenproject/scim unable to modify jans-scim.xml and create LDIF templates.
To Reproduce
Steps to reproduce the behavior:
Deploy janssenproject/fido2 pod on k8s with running user 1000
See error below
Traceback (most recent call last):
File "/app/scripts/bootstrap.py", line 346, in <module>
main()
File "/app/scripts/bootstrap.py", line 142, in main
persistence_setup.import_ldif_files()
File "/app/scripts/bootstrap.py", line 279, in import_ldif_files
self.generate_scopes_ldif()
File "/app/scripts/bootstrap.py", line 335, in generate_scopes_ldif
with open("/app/templates/jans-scim/scopes.ldif", "wb") as fd:
PermissionError: [Errno 13] Permission denied: '/app/templates/jans-scim/scopes.ldif'
Expected behavior
Templates can be created/modified without erorrs.
The text was updated successfully, but these errors were encountered:
iromli
changed the title
fix(image): missing write access to create/modify templates
fix(image): missing write access to create/modify templates for SCIM image
Nov 2, 2022
Describe the bug
The
janssenproject/scim
unable to modifyjans-scim.xml
and create LDIF templates.To Reproduce
Steps to reproduce the behavior:
Deploy janssenproject/fido2 pod on k8s with running user 1000
See error below
Expected behavior
Templates can be created/modified without erorrs.
The text was updated successfully, but these errors were encountered: