-
Notifications
You must be signed in to change notification settings - Fork 9
Admin Api with authentication mode set to Otoroshi #1013
Copy link
Copy link
Open
Labels
Milestone
Description
Describe the bug
Daikoku Cli or /admin-api/users for example is not usable via api key when switching tenant to otoroshi authentification
To Reproduce
- Switch tenant to Otoroshi athentication
- command daikoku pull mails
or - curl -H "Authorization: Basic " http://localhost:8080/admin-api/users
Expected behavior
Module using api key should access endpoints
** Additional **
Otoroshi.scala miss the input filter for /admin-api and /integration-api like it is done in api.scala with passWithSession()
Reactions are currently unavailable