AWS Secrets Manager

0

Is it possible to disable the 'show password' checkbox in AWS Secrets Manager so that secret passwords can't be inadvertently unmasked while they're being created?

Can the same thing be done for retrieve secret value in the management console? In my opinion being able to see the secret in plain text on-screen by default poses a risk when online. If making the actual values visible where only possible through a verification process, that would be ideal. Maybe this can be done with a security key or two-factor authentication passcode to confirm that secrets should be visible in those ways, otherwise I'd like them to be masked always?

I was thinking of these points because of hackers and trojans.

已提問 2 個月前檢視次數 190 次
1 個回答
0

Hello.

I also tried checking from the management console, but it didn't seem possible at the moment.
Therefore, it may be a good idea to send feedback on the UI from "Feedback" at the bottom left of the management console screen.
a
b

CloudFormation has a parameter called "NoEcho", so it may be a good idea to use this to create a Secrets Manager.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html

Parameters:
  MyPassword:
    Type: String
    NoEcho: true
profile picture
專家
已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南