mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
AWS - Secret Access Key visible #571
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yannickvr on 8/27/2020
First - Preferably Instance Roles will be used to provide access to the platform, see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html . In the mean while this error should be fixed with higher priority.
Actual issue:
The Secret Access Key is visible after entering the key. Since the manual suggest attaching the AdministratorAccess policy to the user created for CloudPanel, any misconfiguration allow an attacker full permissions on the platform.
Secret access key should be stored safely and should not be retrievable to clear text.