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/fido2 unable to modify jans-fido2.xml
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/mod_context.py", line 113, in <module>
modify_app_xml(args.app_name)
File "/app/scripts/mod_context.py", line 104, in modify_app_xml
with open(fn, "w") as f:
PermissionError: [Errno 13] Permission denied: '/opt/jans/jetty/jans-fido2/webapps/jans-fido2.xml'"
Expected behavior
The file can be modified without errors.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
janssenproject/fido2
unable to modifyjans-fido2.xml
To Reproduce
Steps to reproduce the behavior:
Deploy
janssenproject/fido2
pod on k8s with running user1000
See error below
Expected behavior
The file can be modified without errors.
The text was updated successfully, but these errors were encountered: