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

RA: Allow profile to control aspects of validation such as order/authz lifetime #7605

Closed
Tracked by #7309
aarongable opened this issue Jul 17, 2024 · 0 comments · Fixed by #7989 or #8002
Closed
Tracked by #7309

RA: Allow profile to control aspects of validation such as order/authz lifetime #7605

aarongable opened this issue Jul 17, 2024 · 0 comments · Fixed by #7989 or #8002
Assignees

Comments

@aarongable
Copy link
Contributor

aarongable commented Jul 17, 2024

Introduce new config to the RA something like (exact config field names TBD):

"ra" {
  "validationProfiles" {
    "legacy": {
      "authzLifetime": "7d",
      "orderLifetime": "30d",
   },
    "modern": {
      "authzLifetime": "7h",
      "orderLifetime": "7h",
   },
}
@aarongable aarongable self-assigned this Aug 6, 2024
@aarongable aarongable added this to the Sprint 2024-08-06 milestone Aug 6, 2024
@jsha jsha modified the milestones: Sprint 2024-11-05, 2024-11-12 Nov 12, 2024
@aarongable aarongable removed their assignment Jan 8, 2025
@aarongable aarongable self-assigned this Jan 29, 2025
aarongable added a commit that referenced this issue Feb 10, 2025
If validation profiles haven't been explicitly configured, use the
default profile for all incoming requests regardless of which profile
they specify.

Fixes #7605
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants