You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* backend: initial add of v1 dataplane api proto and setup for security roles API
* backend: update permissions for viewer roles API
* backend: update permissions for viewer roles API
* backend: register cloud storage service and security service into gateway mux
* backend: register cloud storage service and security service into gateway mux
* frontend, proto: make console security service embed the dataplane security service
* backend: add nolint comments
* frontend: fix roles query to use new embedded structure
* frontend: fix newRole in RoleForm
* proto: pin buf.build/redpandadata/common
* frontend: remove unused imports
* proto: make all security api permissions admin, fix proto taskfile
* proto: make all security api permissions admin in console service
cloudStorageSvcV1Alpha2:=hookOutput.Services[dataplanev1alpha2connect.CloudStorageServiceName].(dataplanev1alpha2connect.CloudStorageServiceHandler) //nolint:revive // we control the map
cloudStorageSvcV1:=hookOutput.Services[dataplanev1connect.CloudStorageServiceName].(dataplanev1connect.CloudStorageServiceHandler) //nolint:revive // we control the map
securitySvcV1:=hookOutput.Services[dataplanev1connect.SecurityServiceName].(dataplanev1connect.SecurityServiceHandler) //nolint:revive // we control the map
0 commit comments