Skip to content

Commit

Permalink
Merge pull request #5090 from gooddata/nen-lx-344
Browse files Browse the repository at this point in the history
RELATED: LX-344 Enable SF key-pair auth FF
  • Loading branch information
NestorEncinas committed Jul 2, 2024
2 parents 4a9c514 + a68cb3d commit 2ea00d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-backend-tiger/src/backend/uiFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const DefaultFeatureFlags: ITigerFeatureFlags = {
enableFlexAi: false,
enableExperimentalFeaturesUI: false,
enableSingleStoreDataSource: false,
enableSnowflakeKeyPairAuthentication: false,
enableSnowflakeKeyPairAuthentication: true,
enableInvalidValuesInAttributeFilter: false,
enableDuplicatedLabelValuesInAttributeFilter: false,
enableWorkspacesHierarchyView: false,
Expand Down

0 comments on commit 2ea00d4

Please sign in to comment.