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

[Question] How does extension registration and de-registration tie into the security system? #2546

Closed
peternied opened this issue Mar 10, 2023 · 2 comments
Assignees
Labels
triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.

Comments

@peternied
Copy link
Member

peternied commented Mar 10, 2023

On service startup, all extenesions are loaded, and scopes are validated.

  • For every extensions they make a call to enable or disable service accounts.
    • If Enabled, create or return existing service account
    • If Disabled, deactive or do not create service account
@peternied peternied self-assigned this Mar 10, 2023
@peternied peternied converted this from a draft issue Mar 10, 2023
@github-actions github-actions bot added the untriaged Require the attention of the repository maintainers and may need to be prioritized label Mar 10, 2023
@peternied peternied removed the untriaged Require the attention of the repository maintainers and may need to be prioritized label Mar 13, 2023
@stephen-crawford stephen-crawford added the triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable. label Mar 20, 2023
@peternied
Copy link
Member Author

@scrawfor99 I think this is covered in your docs, do you want to update this issue or close and incorporate these ideas elsewhere

@stephen-crawford
Copy link
Contributor

stephen-crawford commented Apr 3, 2023

Hi @peternied, I will go ahead and add this to the Service Accounts issue #2597. It is going to be part of the first question: "How is extension registration tied to service accounts?"

@github-project-automation github-project-automation bot moved this from In Progress to Done in Security for Extensions Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Projects
Status: Done
Development

No branches or pull requests

2 participants