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

Include format field in UFC files to indicate if obfuscated or not #65

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aarsilv
Copy link
Contributor

@aarsilv aarsilv commented Oct 3, 2024

Eppo Internal:
🎟️ FF-3337 - Indicate in UFC the format (e.g., obfuscated or not)
πŸ‘―β€β™€οΈ Related PR: eppo #10896
πŸ§ͺ Example Use In SDK: sdk-common-jdk #45

To explicitly indicate if a UFC file is obfuscated or not, we're adding a format field. Currently, it can be server (unobfuscated) or client (obfuscated).

@@ -1,5 +1,6 @@
{
"createdAt": "2024-04-17T19:40:53.716Z",
"format": "server",
Copy link
Collaborator

Choose a reason for hiding this comment

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

could these be SERVER and CLIENT so that they line up with typical Enum conventions?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeahhhhhh, they can πŸ˜›

}
Copy link
Collaborator

Choose a reason for hiding this comment

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

πŸ’ͺ

@@ -1,5 +1,6 @@
{
"createdAt": "2024-04-17T19:40:53.716Z",
"format": "SERVER",
Copy link
Collaborator

Choose a reason for hiding this comment

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

wunderbar

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.

2 participants