[authn] adding appPlatformAccessTokens featureflag (#92991)

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
This commit is contained in:
Claudiu Dragalina-Paraipan
2024-09-05 19:18:44 +03:00
committed by GitHub
co-authored by Gabriel MABILLE
parent 1ce43b4c42
commit d5ebaa0ef9
5 changed files with 28 additions and 0 deletions
@@ -207,4 +207,5 @@ export interface FeatureToggles {
exploreLogsShardSplitting?: boolean;
exploreLogsAggregatedMetrics?: boolean;
exploreLogsLimitedTimeRange?: boolean;
appPlatformAccessTokens?: boolean;
}