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

Add some missing TCF-related fields to System model #172

Closed
adamsachs opened this issue Oct 5, 2023 · 1 comment · Fixed by #173
Closed

Add some missing TCF-related fields to System model #172

adamsachs opened this issue Oct 5, 2023 · 1 comment · Fixed by #173
Assignees
Labels
enhancement New feature or request

Comments

@adamsachs
Copy link
Contributor

Is your feature request related to a specific problem?

We need to add these fields to the System model:

  • cookie_max_age_seconds: Optional[int]
  • uses_cookies: bool, default=False
  • cookie_refresh: bool, default=False
  • uses_non_cookie_access: bool, default=False
  • legitimate_interest_disclosure_url: Optional[AnyUrl]

Describe the solution you'd like

Update the System model, shouldn't be more complexity than that

Describe alternatives you've considered, if any

n/a

Additional context

broader ticket covering the updates across our stack: https://ethyca.atlassian.net/browse/PROD-1147

@Roger-Ethyca
Copy link

moving to done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants