- Newest
- Most votes
- Most comments
This issue could be related to a few different factors. First, it's important to verify that you are indeed looking in the correct AWS region, as secrets are region-specific.
Given that you can access the secrets via the API, it's likely that your permissions are correct. However, it's worth double-checking that you have the necessary permissions, specifically the "secretsmanager:ListSecrets" permission, which is required to view the list of secrets in the console.
The fact that this is a new development and coincides with a change in the console layout suggests it might be a UI-related issue. Here are a few things you can try:
-
Clear your browser cache and cookies, then try accessing the Secrets Manager console again.
-
Check if there are any filters applied in the console that might be hiding your secrets.
-
Look for an option in the console to show secrets that are scheduled for deletion. Sometimes, secrets that are marked for deletion are hidden by default.
-
Try accessing the Secrets Manager console from a different browser or device to rule out any local browser issues.
-
Verify that there are no ongoing AWS Secrets Manager service issues in your region by checking the AWS Service Health Dashboard.
If none of these steps resolve the issue, and you're certain that you have secrets stored (as evidenced by your ability to access them via API), you may want to contact AWS Support for further assistance. They can help investigate if there's a specific issue with your account or the Secrets Manager console in your region.
Sources
AWS Secrets Manager returns "Failed to fetch a list of secrets" error | AWS re:Post
Restore an AWS Secrets Manager secret - AWS Secrets Manager
Relevant content
- AWS OFFICIALUpdated 3 years ago
