Throw an error and stop login if NATS is not reachable #5
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