mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
[authn] adding appPlatformGrpcClientAuth
featureflag (#94640)
* introduce appPlatformGrpcClientAuth (renamed appPlatformAccessTokens which is not used) * re-run toggles gen --------- Co-authored-by: gamab <gabriel.mabille@grafana.com>
This commit is contained in:
parent
67cbbf84ca
commit
a69ee676ba
@ -211,7 +211,7 @@ export interface FeatureToggles {
|
||||
exploreLogsAggregatedMetrics?: boolean;
|
||||
exploreLogsLimitedTimeRange?: boolean;
|
||||
homeSetupGuide?: boolean;
|
||||
appPlatformAccessTokens?: boolean;
|
||||
appPlatformGrpcClientAuth?: boolean;
|
||||
appSidecar?: boolean;
|
||||
groupAttributeSync?: boolean;
|
||||
alertingQueryAndExpressionsStepMode?: boolean;
|
||||
|
@ -1457,8 +1457,8 @@ var (
|
||||
Owner: growthAndOnboarding,
|
||||
},
|
||||
{
|
||||
Name: "appPlatformAccessTokens",
|
||||
Description: "Enables the use of access tokens for the App Platform",
|
||||
Name: "appPlatformGrpcClientAuth",
|
||||
Description: "Enables the gRPC client to authenticate with the App Platform by using ID & access tokens",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: identityAccessTeam,
|
||||
HideFromDocs: true,
|
||||
|
@ -192,7 +192,7 @@ exploreLogsShardSplitting,experimental,@grafana/observability-logs,false,false,t
|
||||
exploreLogsAggregatedMetrics,experimental,@grafana/observability-logs,false,false,true
|
||||
exploreLogsLimitedTimeRange,experimental,@grafana/observability-logs,false,false,true
|
||||
homeSetupGuide,experimental,@grafana/growth-and-onboarding,false,false,true
|
||||
appPlatformAccessTokens,experimental,@grafana/identity-access-team,false,false,false
|
||||
appPlatformGrpcClientAuth,experimental,@grafana/identity-access-team,false,false,false
|
||||
appSidecar,experimental,@grafana/explore-squad,false,false,false
|
||||
groupAttributeSync,experimental,@grafana/identity-access-team,false,false,false
|
||||
alertingQueryAndExpressionsStepMode,experimental,@grafana/alerting-squad,false,false,true
|
||||
|
|
@ -779,9 +779,9 @@ const (
|
||||
// Used in Home for users who want to return to the onboarding flow or quickly find popular config pages
|
||||
FlagHomeSetupGuide = "homeSetupGuide"
|
||||
|
||||
// FlagAppPlatformAccessTokens
|
||||
// Enables the use of access tokens for the App Platform
|
||||
FlagAppPlatformAccessTokens = "appPlatformAccessTokens"
|
||||
// FlagAppPlatformGrpcClientAuth
|
||||
// Enables the gRPC client to authenticate with the App Platform by using ID & access tokens
|
||||
FlagAppPlatformGrpcClientAuth = "appPlatformGrpcClientAuth"
|
||||
|
||||
// FlagAppSidecar
|
||||
// Enable the app sidecar feature that allows rendering 2 apps at the same time
|
||||
|
@ -386,7 +386,8 @@
|
||||
"metadata": {
|
||||
"name": "appPlatformAccessTokens",
|
||||
"resourceVersion": "1725549369316",
|
||||
"creationTimestamp": "2024-09-05T15:16:09Z"
|
||||
"creationTimestamp": "2024-09-05T15:16:09Z",
|
||||
"deletionTimestamp": "2024-10-11T15:54:21Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the use of access tokens for the App Platform",
|
||||
@ -396,6 +397,20 @@
|
||||
"hideFromDocs": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "appPlatformGrpcClientAuth",
|
||||
"resourceVersion": "1728662061076",
|
||||
"creationTimestamp": "2024-10-11T15:54:21Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the gRPC client to authenticate with the App Platform by using ID \u0026 access tokens",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/identity-access-team",
|
||||
"hideFromAdminPage": true,
|
||||
"hideFromDocs": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "appSidecar",
|
||||
|
Loading…
Reference in New Issue
Block a user