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 security page describes how to configure authentication and authorization when OPA is running as a daemon.
Currently, if token authentication is enabled, OPA still processes requests that are missing a bearer token. To validate bearer tokens, users must implement an authorization policy.
We should improve the security docs to explain that both authentication and authorization must be used with the token authentication scheme.
The text was updated successfully, but these errors were encountered:
With these changes, the identity will be undefined if a token is not
specified. This is less surprising than the empty string that would be
set prior to these changes.
Fixesopen-policy-agent#901
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
With these changes, the identity will be undefined if a token is not
specified. This is less surprising than the empty string that would be
set prior to these changes.
Fixes#901
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
The security page describes how to configure authentication and authorization when OPA is running as a daemon.
Currently, if
token
authentication is enabled, OPA still processes requests that are missing a bearer token. To validate bearer tokens, users must implement an authorization policy.We should improve the security docs to explain that both authentication and authorization must be used with the
token
authentication scheme.The text was updated successfully, but these errors were encountered: