obikay200

Results 15 comments of obikay200

I am also facing a similar requirement, being able to send the jwt down stream for validation and rbac purposes is very useful feature to have! Do we have any...

Thanks for the quick response, that working ok now, however when i try to analyse an image in the docker hub i get th following: # ./clairctl analyze obikay200/loginapp:v2 client...

2017-02-28 11:26:18.557721 I | api: starting main API on port 6060. 2017-02-28 11:26:18.557780 I | updater: updater service started. lock identifier: e004a897-a1c6-4fbe-9f49-a1e3b191497a 2017-02-28 11:26:18.569301 I | updater: updating vulnerabilities 2017-02-28...

yeah im using the container image on the compose file from clairs github page

clairctl is in the same container so they should speak ok

the .clairctl.yml file you mention where does that sit? and the content is something like clair: port: 6060 healthPort: 6061 uri: http://clair report: path: ./reports format: html docker: insecure-registries: -...

As in whats it default location?

yes, could that sit in the same file or is it looking for it e.g. /config/clairctl.yml Output # ./clairctl --log-level debug push obikay200/loginapp:v2 2017-02-28 13:10:17.664048 D | config: Using config...

so run from outside the container, on the host machine, then enter the ip of the container in the uri yeah