hbm
hbm copied to clipboard
HBM is an application to authorize and manage authorized docker commands using Docker AuthZ plugin
Hi, I am trying to create an AuthZ/AuthN plugin that checks if a specific user can operator。 When I log the authorization.Requset.User, I get empty strings. ``` username := req.User...
Hi there, There's a few broken links in the documentation. The readme link at the end which send to the harbormaster website documentation is broken for example. Same goes for...
When I receive a request to ask if a container can be started I would like to go back to the docker host and get the sha256 of the image...
Hi, I have been looking for some documentation on how to properly add policies to hbm. Is there any available? If this is the wrong place to ask, can you...
Hi, We have come across a runtime errror with HBM any idea why this is happening? Oct 15 14:16:29 sekalx583 hbm[1918]: time="2018-10-15T14:16:29+02:00" level=info action=image_inspect admin=false allowed=true authorization=true user=root Oct 15...
If I allow to mount recursive from a specific path, ie /local/scratch. Then it is possible to mount /local/scratch/* folders. This is as expected. Sadly it is also possible to...
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...
Hi, We want to allow users to build and tag images and then run them. We have managed to allow users to do so with images matching a specific name...
right now HBM is installed as a legacy plugin: https://docs.docker.com/engine/extend/legacy_plugins/#types-of-plugins but the supported method to use the plugin is the managed one: https://docs.docker.com/v17.09/engine/extend/ it doesn't seem to be that hard,...
# Description I've tried adding the resources like the specific image, container_create action and an option like container_create_param_privileged to a collection in the hopes HBM would require all of them...