-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having issues with running clair report - receiving 401 not authorized from index api #1569
Comments
I noticed that the traefik settings may need adjustment?
|
|
|
It appears my requests are hitting the indexer service (so routing is working) but jwt tokens are missing. Not clear on how those are generated or configured and how to install them in the confines of the docker-compose file... |
You'll need to use the same configuration file for |
Will close shortly if there are no new updates. |
For those looking for a quick guide on setting up clair using the local-dev environment on an ubuntu machine, see the below commands.
|
I think you need to copy/edit this config so to replace 'clair-indexer' and 'clair-matcher' to your hostname(s) or 'localhost' in case of local-dev env. |
Description of Problem / Feature Request
Receiving not authorized http responses when running clairctl. The docker-compose up for clair was used to install the services. Used from branch 4.4 release.
Expected Outcome
should receive CVE report
Actual Outcome
Environment
uname -a
): 3.10.0-1160.59.1.el7.x86_64The text was updated successfully, but these errors were encountered: