Skip to content

Commit 0d56520

Browse files
Cr 16999 (#673)
* add skip-permissions-validation flag and auto skip for fine-grained token * fix bbs validate check * if using new fine-grained token throw and error to use skip permission flag * if using new fine-grained token throw and error to use skip permission flag * bump * wip * auto skip permissions validation for upgrade and uninstall * auto skip permissions validation for upgrade and uninstall * mark flag hidden * bump * resolve conflicts * expose skip-permissions-validation flag * expose skip-permissions-validation flag * trigger
1 parent 05bc518 commit 0d56520

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.1.31
1+
VERSION=v0.1.32
22

33
OUT_DIR=dist
44
YEAR?=$(shell date +"%Y")

cmd/commands/runtime_install.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ func NewRuntimeInstallCommand() *cobra.Command {
301301
util.Die(cmd.Flags().MarkHidden("ips-allow-list"))
302302
util.Die(cmd.Flags().MarkHidden("runtime-def"))
303303
util.Die(cmd.Flags().MarkHidden("set-default-resources"))
304-
util.Die(cmd.Flags().MarkHidden("skip-permissions-validation"))
305304
cmd.MarkFlagsMutuallyExclusive("runtime-def", "version")
306305
cmd.MarkFlagsMutuallyExclusive("runtime-def", "set-default-resources")
307306

docs/commands/cli-v2_runtime_install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ cli-v2 runtime install [runtime_name] [flags]
5555
--shared-config-repo string URL to the shared configurations repo. (default: <installation-repo> or the existing one for this account)
5656
--skip-cluster-checks Skips the cluster's checks
5757
--skip-ingress Skips the creation of ingress resources
58+
--skip-permissions-validation Skip personal access token permissions validation (default: false)
5859
-b, --upsert-branch If true will try to checkout the specified branch and create it if it doesn't exist
5960
--version string The runtime version to install (default: stable)
6061
--wait-timeout duration How long to wait for the runtime components to be ready (default 8m0s)

0 commit comments

Comments
 (0)