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 Target roles delegations #491

Open
1 task done
MVrachev opened this issue Jan 20, 2024 · 0 comments
Open
1 task done

Task: add support for custom Target roles delegations #491

MVrachev opened this issue Jan 20, 2024 · 0 comments

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 want to do the following changes inside the bootstrap ceremony:

  1. Provide documentation to the user about custom Target roles
  2. Ask the user if he wants to use hash bin or custom Target roles delegations
  • if he wants to use hash bin delegations continue as usual
  • if he wants to use custom target delegation jump to step 3
  1. Start a new while: True loop (where at least one role must be added) where the user will be asked:
  • enter custom target role name
  • enter path prefixes (We need to validate that input of the custom target role paths contains specific characters (letters and numbers for example) DO NOT ALLOW wildcards or . as those can lead to unexpected results.
  • enter expiration policy in days
  • do you want to add another custom target role?
    • if no, then exit.
    • if yes, then go back to the begging of the loop.

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
None yet
Development

No branches or pull requests

1 participant