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
Replace bogus HTTP header check with the real HTTP auth middleware, add
the option to support various auth backend type, and remove unnecessary
unit test for missing authorization header. Add `auth` as the option to
config.yaml for API authentication and authorization mechanism
configuration. If this is not specified, the `passthrough` backend will
be used (i.e. no authentication will be performed). See auth config from
[readme](https://github.com/veraison/services/blob/main/auth/README.md).
Note `role` is not used in ratsd, and thus can be removed from config.yaml
Signed-off-by: Ian Chin Wang <[email protected]>
0 commit comments