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
Oathkeeper crashed with the message "fatal error: concurrent map writes". This crash happened in a dev environment two requests after container boot. Oathkeeper was being used in proxy mode.
Reproducing the bug
Steps to reproduce the behavior:
I have not been able to reproduce this issue reliably. I am hoping the stack trace is useful enough to diagnose and resolve the issue. If not and it keeps happening, I will report back.
Because associated templates share underlying data, template construction cannot be done safely in parallel. Once the templates are constructed, they can be executed in parallel.
Describe the bug
Oathkeeper crashed with the message "fatal error: concurrent map writes". This crash happened in a dev environment two requests after container boot. Oathkeeper was being used in proxy mode.
Reproducing the bug
Steps to reproduce the behavior:
I have not been able to reproduce this issue reliably. I am hoping the stack trace is useful enough to diagnose and resolve the issue. If not and it keeps happening, I will report back.
Server logs
Server configuration
config.yaml
access_rules.json
Expected behavior
No crash and hopefully no concurrent map writes or panic.
Environment
Additional context
The text was updated successfully, but these errors were encountered: