Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

api_key authorization method requires a key in the form of username:password #26

Open
lehnerchristian opened this issue Jul 30, 2019 · 1 comment

Comments

@lehnerchristian
Copy link

as far as I can see using the api_key authorization requires setting the api_key as a combination of a username + password, e.g. admin:admin.

the problem is that hard-coding username and password for a specific user somewhere in a config.json file is not an option. a better alternative would be to generate an API key (a long string). this API key needs to be stored in the services making the authenticated requests and in the services expecting requests from another service with the API key

@lehnerchristian
Copy link
Author

an alternative could be some kind of Single Sign On like OpenID Connect (OIDC)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant