Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 123 additions & 0 deletions go/cmd/vtctldclient/command/permissions.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
/*
Copyright 2025 The Vitess Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

package command

import (
"fmt"

"github.com/spf13/cobra"

"vitess.io/vitess/go/cmd/vtctldclient/cli"
"vitess.io/vitess/go/vt/topo/topoproto"

vtctldatapb "vitess.io/vitess/go/vt/proto/vtctldata"
)

var (
// GetPermissions makes a GetPermissions gRPC call to a vtctld.
GetPermissions = &cobra.Command{

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Region Sharding example using etcd on Ubuntu

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using etcd on Ubuntu

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using consul on Ubuntu

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using zk2 on Ubuntu

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_basic)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_foreign_key_stress)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtbackup)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_mysqlshell)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_mariadb_to_mysql)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (21)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler_topo)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (topo_connection_cache)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_copy_parallel)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_multi_tenant)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_partial_movetables_and_materialize)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_cellalias)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_godriver)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtctlbackup_sharded_clustertest_heavy)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_v2)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_foreignkey_stress)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old Vtctl

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_across_db_versions)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_xtrabackup)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Vitess Tester (vtgate)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Race)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New Vtctl

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_consul)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql_server_vault)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2) Next Release

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql80)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E - Next Release

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql80)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql57)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New VTTablet

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Evalengine_Race)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql84)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Code Coverage

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql84)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Semi Sync Upgrade Downgrade Test

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual - Next Release

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql57)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema) Next Release

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries) Next Release

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Java Docker Test

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Java Docker Test

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Online DDL flow

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr)

other declaration of GetPermissions

Check failure on line 32 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

other declaration of GetPermissions
Use: "GetPermissions <tablet_alias>",
Short: "Displays the permissions for a tablet.",
DisableFlagsInUseLine: true,
Args: cobra.ExactArgs(1),
RunE: commandGetPermissions,
}
// ValidatePermissionsShard makes a ValidatePermissionsKeyspace gRPC call to a
// vtctld with the specified shard to examine in the keyspace.
ValidatePermissionsShard = &cobra.Command{
Use: "ValidatePermissionsShard <keyspace/shard>",
Short: "Validates that the permissions on the primary match all of the replicas.",
DisableFlagsInUseLine: true,
Args: cobra.ExactArgs(1),
RunE: commandValidatePermissionsShard,
}
// ValidatePermissionsKeyspace makes a ValidatePermissionsKeyspace gRPC call to a
// vtctld.
ValidatePermissionsKeyspace = &cobra.Command{
Use: "ValidatePermissionsKeyspace <keyspace name>",
Short: "Validates that the permissions on the primary of the first shard match those of all of the other tablets in the keyspace.",
DisableFlagsInUseLine: true,
Args: cobra.ExactArgs(1),
RunE: commandValidatePermissionsKeyspace,
}
)

func commandGetPermissions(cmd *cobra.Command, args []string) error {

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Region Sharding example using etcd on Ubuntu

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using etcd on Ubuntu

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using consul on Ubuntu

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using zk2 on Ubuntu

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_basic)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_foreign_key_stress)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtbackup)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_mysqlshell)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_mariadb_to_mysql)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (21)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler_topo)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (topo_connection_cache)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_copy_parallel)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_multi_tenant)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_partial_movetables_and_materialize)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_cellalias)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_godriver)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtctlbackup_sharded_clustertest_heavy)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_v2)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_foreignkey_stress)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old Vtctl

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_across_db_versions)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_xtrabackup)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Vitess Tester (vtgate)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Race)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New Vtctl

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_consul)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql_server_vault)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2) Next Release

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql80)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E - Next Release

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql80)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql57)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New VTTablet

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Evalengine_Race)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql84)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Code Coverage

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql84)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Semi Sync Upgrade Downgrade Test

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual - Next Release

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql57)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema) Next Release

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries) Next Release

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Java Docker Test

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Online DDL flow

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr)

other declaration of commandGetPermissions

Check failure on line 59 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

other declaration of commandGetPermissions
alias, err := topoproto.ParseTabletAlias(cmd.Flags().Arg(0))
if err != nil {
return err
}

cli.FinishedParsing(cmd)

resp, err := client.GetPermissions(commandCtx, &vtctldatapb.GetPermissionsRequest{
TabletAlias: alias,
})
if err != nil {
return err
}
// Obfuscate the checksum so as not to potentially display sensitive info.
if resp != nil && resp.Permissions != nil {
for _, up := range resp.Permissions.UserPermissions {
if up != nil {
up.PasswordChecksum = 0
}
}
}
cli.DefaultMarshalOptions.EmitUnpopulated = false
p, err := cli.MarshalJSON(resp.Permissions)
if err != nil {
return err
}
fmt.Printf("%s\n", p)

return nil
}

func commandValidatePermissionsKeyspace(cmd *cobra.Command, args []string) error {
keyspace := cmd.Flags().Arg(0)

cli.FinishedParsing(cmd)

_, err := client.ValidatePermissionsKeyspace(commandCtx, &vtctldatapb.ValidatePermissionsKeyspaceRequest{

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Region Sharding example using etcd on Ubuntu

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Region Sharding example using etcd on Ubuntu

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using etcd on Ubuntu

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using etcd on Ubuntu

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using consul on Ubuntu

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using consul on Ubuntu

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using zk2 on Ubuntu

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using zk2 on Ubuntu

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_basic)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_basic)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_foreign_key_stress)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_foreign_key_stress)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtbackup)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtbackup)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_mysqlshell)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_mysqlshell)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_mariadb_to_mysql)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_mariadb_to_mysql)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (21)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (21)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler_topo)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler_topo)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (topo_connection_cache)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (topo_connection_cache)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_copy_parallel)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_copy_parallel)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_multi_tenant)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_multi_tenant)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_partial_movetables_and_materialize)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_partial_movetables_and_materialize)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_cellalias)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_cellalias)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_godriver)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_godriver)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtctlbackup_sharded_clustertest_heavy)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtctlbackup_sharded_clustertest_heavy)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_v2)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_v2)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_foreignkey_stress)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_foreignkey_stress)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old Vtctl

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old Vtctl

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_across_db_versions)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_across_db_versions)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_xtrabackup)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_xtrabackup)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Vitess Tester (vtgate)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Vitess Tester (vtgate)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Race)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Race)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New Vtctl

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New Vtctl

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_consul)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_consul)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql_server_vault)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql_server_vault)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2) Next Release

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2) Next Release

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql80)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql80)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E - Next Release

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E - Next Release

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql80)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql80)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql57)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql57)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New VTTablet

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New VTTablet

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Evalengine_Race)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Evalengine_Race)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql84)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql84)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Code Coverage

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Code Coverage

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql84)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql84)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Semi Sync Upgrade Downgrade Test

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Semi Sync Upgrade Downgrade Test

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual - Next Release

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual - Next Release

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql57)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql57)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema) Next Release

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema) Next Release

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries) Next Release

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries) Next Release

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Java Docker Test

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Java Docker Test

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Online DDL flow

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Online DDL flow

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 96 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)
Keyspace: keyspace,
})

return err
}

func commandValidatePermissionsShard(cmd *cobra.Command, args []string) error {
keyspace, shard, err := topoproto.ParseKeyspaceShard(cmd.Flags().Arg(0))
if err != nil {
return err
}

cli.FinishedParsing(cmd)

_, err = client.ValidatePermissionsKeyspace(commandCtx, &vtctldatapb.ValidatePermissionsKeyspaceRequest{

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Region Sharding example using etcd on Ubuntu

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Region Sharding example using etcd on Ubuntu

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using etcd on Ubuntu

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using etcd on Ubuntu

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using consul on Ubuntu

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using consul on Ubuntu

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using zk2 on Ubuntu

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Local example using zk2 on Ubuntu

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_basic)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_basic)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_foreign_key_stress)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_foreign_key_stress)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtbackup)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtbackup)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_mysqlshell)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_mysqlshell)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_mariadb_to_mysql)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_mariadb_to_mysql)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (21)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (21)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler_topo)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler_topo)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (topo_connection_cache)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (topo_connection_cache)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_copy_parallel)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_copy_parallel)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_multi_tenant)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_multi_tenant)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_partial_movetables_and_materialize)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_partial_movetables_and_materialize)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_cellalias)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_cellalias)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_godriver)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_godriver)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtctlbackup_sharded_clustertest_heavy)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtctlbackup_sharded_clustertest_heavy)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_v2)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_v2)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_foreignkey_stress)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_foreignkey_stress)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old Vtctl

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old Vtctl

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_across_db_versions)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_across_db_versions)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_xtrabackup)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_xtrabackup)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Vitess Tester (vtgate)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Vitess Tester (vtgate)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Race)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Race)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New Vtctl

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New Vtctl

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_consul)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_consul)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql_server_vault)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql_server_vault)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2) Next Release

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries - 2) Next Release

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql80)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql80)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E - Next Release

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E - Next Release

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql80)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql80)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql57)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql57)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New VTTablet

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New VTTablet

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest (typecheck)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Evalengine_Race)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (Evalengine_Race)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql84)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql84)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Code Coverage

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Code Coverage

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql84)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql84)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Semi Sync Upgrade Downgrade Test

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Semi Sync Upgrade Downgrade Test

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual - Next Release

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual - Next Release

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql57)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql57)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema) Next Release

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema) Next Release

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries) Next Release

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries) Next Release

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Java Docker Test

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Java Docker Test

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Online DDL flow

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Online DDL flow

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

undefined: vtctldatapb.ValidatePermissionsKeyspaceRequest

Check failure on line 111 in go/cmd/vtctldclient/command/permissions.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

client.ValidatePermissionsKeyspace undefined (type vtctldclient.VtctldClient has no field or method ValidatePermissionsKeyspace)
Keyspace: keyspace,
Shards: []string{shard},
})

return err
}

func init() {
Root.AddCommand(GetPermissions)
Root.AddCommand(ValidatePermissionsKeyspace)
Root.AddCommand(ValidatePermissionsShard)
}
Loading