This is a boilr template for creating an admission extension. Use an admission extension to control registration and authentication. Get started by cloning the project and installing the template:
$ cd boilr-admission
$ boilr template save . drone-admission -f
create a project in directory my-admitter:
$ boilr template use drone-admission my-admitter
enter the docker registry name for this project:
[?] Please choose a value for "DockerRepository" [default: "foo/bar"]:
enter the go module name:
[?] Please choose a value for "GoModule" [default: "github.com/foo/bar":