Skip to content

Commit 58cf282

Browse files
docs: mention admin token requirement in --all-projects flag description
1 parent 1b7a3e2 commit 58cf282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/webhook/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func main() {
2424
var domainFilters []string
2525
var allProjects bool
2626
pflag.StringArrayVar(&domainFilters, "domain-filter", []string{}, "List of domains to work on (can be specified multiple times)")
27-
pflag.BoolVar(&allProjects, "all-projects", false, "Manage all zones and recordsets regardless of the project the service user resides in")
27+
pflag.BoolVar(&allProjects, "all-projects", false, "Manage all zones and recordsets regardless of the project the service user resides in (requires an admin or appropriately scoped token)")
2828
pflag.Parse()
2929

3030
log.SetLevel(log.DebugLevel)

0 commit comments

Comments
 (0)