Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listing Keys with CloudControl API always fails #40

Open
benbridts opened this issue Dec 30, 2021 · 0 comments
Open

Listing Keys with CloudControl API always fails #40

benbridts opened this issue Dec 30, 2021 · 0 comments

Comments

@benbridts
Copy link

~$ aws kms list-keys
{
    "Keys": [
        {
            "KeyId": "6c95ef5f-xxxx-xxxx-xxxx-xxxxxxxxxxx",
            "KeyArn": "arn:aws:kms:eu-west-3:123456789012:key/6c95ef5f-xxxx-xxxx-xxxx-xxxxxxxxxxx"
        },
        {
            "KeyId": "b8ddeed6-xxxx-xxxx-xxxx-xxxxxxxxxxx",
            "KeyArn": "arn:aws:kms:eu-west-3:123456789012:key/b8ddeed6-xxxx-xxxx-xxxx-xxxxxxxxxxx"
        }
    ]
}
~$ aws cloudcontrol list-resources --type-name AWS::KMS::Key

An error occurred (GeneralServiceException) when calling the ListResources operation: AWS::KMS::Key Handler
returned status FAILED: Error occurred during operation 'ListKeys'. (HandlerErrorCode: GeneralServiceException,
RequestToken: 4fa1929d-fd93-435b-8f21-218e1401e6a9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant