We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd60cc commit 221d7beCopy full SHA for 221d7be
maas-api/internal/api_keys/handler.go
@@ -18,7 +18,7 @@ import (
18
// distinguish not-found, access denied, or no default subscription (enumeration / permission hints).
19
const (
20
apiKeySubscriptionResolutionErrCode = "invalid_subscription"
21
- apiKeySubscriptionResolutionErrMsg = "Unable to resolve a subscription for this API key"
+ apiKeySubscriptionResolutionErrMsg = "Unable to resolve a subscription for this API key" //nolint:gosec // G101: public JSON error text, not a credential
22
)
23
24
// AdminChecker is an interface for checking if a user is an admin.
0 commit comments