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

Restrict creds user receives upon login to cloud-gate based on need #14

Open
ssuresh1750 opened this issue Mar 24, 2020 · 0 comments
Open

Comments

@ssuresh1750
Copy link

Issue

Currently, on logging in to cloud-gate, a user receives credentials for all of the accounts that they have access to.

Steps to reproduce

Login to cloud-gate on UI or via CLI.

Impact

Even though these are short lived credentials, they should be granted on a need/per request basis instead of giving all the creds. This way a user is only given creds to a particular account/role instead of all roles. Restricting creds on a need/request basis is good from an attack surface perspective.

Remediation

Would be good to grant only the credentials that were requested by the user for both the CLI and the UI.

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