Skip to content
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

Feature request: Storing credentials for private registries in config file #21

Open
danmx opened this issue Aug 20, 2018 · 2 comments
Open

Comments

@danmx
Copy link

danmx commented Aug 20, 2018

It would be great if PA could store credentials for private registries so we wouldn't have to send them every time we run a scan.

Similar to what K8 Crawler.

@ErikThoreson
Copy link
Contributor

@danmx thanks for the feedback. internally we handle this by leveraging a client utility that runs as a k8s cronjob and calls the api on schedule. That utility allows env's to for those creds.

Would something like that be useful?

@danmx
Copy link
Author

danmx commented Aug 21, 2018

That would be useful but I want to use PortAuthority for on demand scans (request scan from a cli) or based on registry's events (e.g. image upload).
For this either I'd have to create a proxy that would inject credentials or PA could already store them.
If your utility can work as a http proxy that would probably solve my problem.

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

No branches or pull requests

2 participants