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

Set actor_type of find_a_representative_enabled to cookie_id for staged rollout. #15803

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

cosu419
Copy link
Contributor

@cosu419 cosu419 commented Mar 6, 2024

Summary

  • The find_a_representative_enabled feature toggle should have actor_type set to cookie_id rather than user, to synchronize toggle behavior between frontend and api.

From the platform documentation:

If the feature toggle's actor_type in config/features.yml is set to cookie_id rather than user, the feature instead applies to only a percentage of users for the duration of a cookie within a single browser, regardless of their logged in status. This is useful when you need to apply a staged rollout that involves an unauthenticated user experience.

@cosu419 cosu419 requested review from a team as code owners March 6, 2024 16:33
@cosu419 cosu419 requested a review from holdenhinkle March 6, 2024 16:39
@cosu419 cosu419 enabled auto-merge (squash) March 6, 2024 16:40
Copy link
Contributor

@holdenhinkle holdenhinkle left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Contributor

@ryan-mcneil ryan-mcneil left a comment

Choose a reason for hiding this comment

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

🚒

@cosu419 cosu419 merged commit b0296a9 into master Mar 6, 2024
19 checks passed
@cosu419 cosu419 deleted the co-030624-Updating-feature-toggle-actor-type branch March 6, 2024 17:21
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