We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cca0dc commit 67aac99Copy full SHA for 67aac99
prowler/providers/gcp/exceptions/exceptions.py
@@ -31,7 +31,7 @@ class GCPBaseException(ProwlerException):
31
"remediation": "Check the connection and ensure it is properly set up.",
32
},
33
(3006, "GCPLoadCredentialsFromADCError"): {
34
- "message": "Error loading credentials from dictionary",
+ "message": "Error loading ADC credentials from dictionary associated with ADC",
35
"remediation": "Check the credentials and ensure they are properly set up. client_id, client_secret and refresh_token are required.",
36
37
(3007, "GCPStaticCredentialsError"): {
0 commit comments