Skip to content

Commit

Permalink
Add --rbac to example vtadmin-up
Browse files Browse the repository at this point in the history
This was introduced and made a required flag (with mutually-exclusive `--no-rbac`)
in vitessio#9972.

Signed-off-by: Andrew Mason <andrew@planetscale.com>
  • Loading branch information
Andrew Mason committed Apr 5, 2022
1 parent 772499d commit 137ec1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/local/scripts/vtadmin-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ vtadmin \
--http-tracing \
--logtostderr \
--alsologtostderr \
--rbac \
--rbac-config="./vtadmin/rbac.yaml" \
--cluster "id=local,name=local,discovery=staticfile,discovery-staticfile-path=./vtadmin/discovery.json,tablet-fqdn-tmpl={{ .Tablet.Hostname }}:15{{ .Tablet.Alias.Uid }}" \
> "${log_dir}/vtadmin-api.out" 2>&1 &
Expand Down

0 comments on commit 137ec1d

Please sign in to comment.