- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
Hello, I'm Ito a cloud support engineer at AWS.
Unfortunately, the BasicAuthCredentials property in the Amplify Hosting App does not disclose specific formats. The only publicly available format is that it's a string. [1]
As for the current behavior, the user: part is a base64 encoded string, the password part is a string with service side encryption in response, and there is no way for the user side to decrypt password.
If you've lost your password, try setting a new one. [2]
[1] App - Amplify
https://docs.aws.amazon.com/amplify/latest/APIReference/API_App.html
basicAuthCredentials
The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.
Type: String
Length Constraints: Maximum length of 2000.
Pattern: (?s).*
Required: No
[2] Restricting access to branches - AWS Amplify Hosting
https://docs.aws.amazon.com/amplify/latest/userguide/access-control.html

Thank you very much! I got it.