Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 686 Bytes

boilr-admission

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":