Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade fflags #15060

Merged
merged 1 commit into from
Mar 27, 2024
Merged

upgrade fflags #15060

merged 1 commit into from
Mar 27, 2024

Conversation

pinzart90
Copy link
Contributor

This PR upgrades feature flags in order to fix a reported security issue
DYN-6777

There was a change in on of the APIs we used. The change is relatively safe because DynamoFeatureFlags is part of a separate process

@@ -107,7 +107,7 @@ internal FeatureFlagsClient(string userkey, string mobileKey = null, bool testMo
internal void Init(string mobileKey)
{
//start up client.
ldClient = LaunchDarkly.Sdk.Client.LdClient.Init(mobileKey, user,TimeSpan.FromSeconds(5));
ldClient = LaunchDarkly.Sdk.Client.LdClient.Init(mobileKey, LaunchDarkly.Sdk.Client.ConfigurationBuilder.AutoEnvAttributes.Disabled, user, TimeSpan.FromSeconds(5));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

UI Smoke Tests

Test: success. 2 passed, 0 failed.
TestComplete Test Result
Workflow Run: UI Smoke Tests
Check: UI Smoke Tests - net8.0

@pinzart90 pinzart90 merged commit 199faa9 into master Mar 27, 2024
22 checks passed
@pinzart90 pinzart90 deleted the upgrade_fflags branch March 27, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants