From 586e4fd3b5b9285ed0629ade4a121bf5ee65457c Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 19 May 2022 22:26:20 -0700 Subject: [PATCH] Update authority/options.go Co-authored-by: Mariano Cano --- authority/options.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authority/options.go b/authority/options.go index 755e0fbc..429ccb91 100644 --- a/authority/options.go +++ b/authority/options.go @@ -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