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
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
oauth was recently added as an authService by @soonhuat. This can potentially cause an issue if a consumption request is sent (without specifying the authService in the request) if the default is set to oauth.
There is a default authService value that works when no value has been sent in the request. However, in src/controllers/assetController.ts only two values are recognised though keycloak and json so if no value was sent and the default was set to oauth then it would fail
oauthwas recently added as anauthServiceby @soonhuat. This can potentially cause an issue if a consumption request is sent (without specifying theauthServicein the request) if the default is set tooauth.There is a default
authServicevalue that works when no value has been sent in the request. However, insrc/controllers/assetController.tsonly two values are recognised thoughkeycloakandjsonso if no value was sent and the default was set tooauththen it would fail