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

Task: add support for custom delegated Target roles at POST /api/v1/bootstrap #517

Closed
1 task done
MVrachev opened this issue Jan 20, 2024 · 0 comments · Fixed by #542
Closed
1 task done

Task: add support for custom delegated Target roles at POST /api/v1/bootstrap #517

MVrachev opened this issue Jan 20, 2024 · 0 comments · Fixed by #542
Assignees

Comments

@MVrachev
Copy link
Member

MVrachev commented Jan 20, 2024

What is the task about?

We want to add support for custom delegated Target roles.
To achieve this we should support a new optional attribute called custom_targets inside POST /api/v1/bootstrap.
It should be inside settings and contain:

{
  "settings": {
      "custom_targets" {
           "<rolename>": {
               "expiration": <value>,
               "path_prefixes": <value>
           },
           ...
       }
     ...
  }
}

where expiration should be an integer and path_prefixes will be a list of strings.

Parent feature

Feature: Create/Remove custom delegate Target Roles

References

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant