Update authority/options.go

Co-authored-by: Mariano Cano <mariano@smallstep.com>
pull/915/head
Max 2 years ago committed by GitHub
parent bfb406bf70
commit 586e4fd3b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -267,6 +267,8 @@ func WithAdminDB(d admin.DB) Option {
}
// WithProvisioners is an option to set the provisioner collection.
//
// Deprecated: provisioner collections will likely change
func WithProvisioners(ps *provisioner.Collection) Option {
return func(a *Authority) error {
a.provisioners = ps

Loading…
Cancel
Save