Throw an error and stop login if NATS is not reachable #5
Labels
No Label
Kind/Bug
Kind/Doc
Kind/Feature
Kind/Security
Kind/Testing
Priority/High
Priority/Low
Priority/Medium
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: core/oc-auth#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After a crash of the host and a restart in docker mode, oc-auth was not able to create well formatted token. Looking at the container log the only error was that the NATS container was not reachable.
However the /login route did return a token, which didn't contain any claims.
In the keto container I have been able to identify two errors in the hydra container:
I suggest that we return an explicit error when this happens so that we can identify it more quickly