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

Service account support #5861

Open
askfongjojo opened this issue Jun 5, 2024 · 1 comment
Open

Service account support #5861

askfongjojo opened this issue Jun 5, 2024 · 1 comment
Labels
customer For any bug reports or feature requests tied to customer requests

Comments

@askfongjojo
Copy link

The support for service accounts was mentioned originally in #849 but didn't make it to the MVP IAM implementation. The need has come up again based on recent internal/external user requests.

There are a few aspects that distinguish service accounts from regular user accounts:

  • shouldn't be allowed to use the web UI
  • is strictly tied to an application/service identity (should not be auto-provisioned via IdP?)
  • supports frictionless key rotation to allow continuous use

There are probably more to the service account requirements and will need to be further defined/scoped when this feature is being implemented.

@askfongjojo
Copy link
Author

askfongjojo commented Aug 9, 2024

@davepacheco pointed us to these RFDs which describe standard-enough ideas that they might still be accurate/relevant:

@twinfees twinfees added the customer For any bug reports or feature requests tied to customer requests label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer For any bug reports or feature requests tied to customer requests
Projects
None yet
Development

No branches or pull requests

2 participants