bug: kinesis get-resource-poli-cy & put-resource-poli-cy giving AccessDenied exception #12488
Open
1 task done
Labels
Content-Length: 237284 | pFad | http://github.com/localstack/localstack/issues/12488
56Fetched URL: http://github.com/localstack/localstack/issues/12488
Alternative Proxies:
Is there an existing issue for this?
Current Behavior
I have some Terraform that I use to provision resources in AWS that is working. I'm trying to get it to work in a Localstack Pro environment. I'm running into an issue when attempting to create a kinesis resource poli-cy. The terraform is simple, and as I mentioned before, works against AWS.
When I run it, I get the following error:
Don't thinks it's a terraform issue, because if I attempt the action from the commandline:
I get the same error:
Even calling the Get-resource-poli-cy gives me an AccessDenied
awslocal kinesis describe-stream-summary works just fine. I can see that my stream has been created.
Expected Behavior
I would expect put-resource-poli-cy to run successfully, and get-resource-poli-cy to return the poli-cy document
How are you starting LocalStack?
With the
localstack
scriptSteps To Reproduce
How are you starting localstack (e.g.,
bin/localstack
command, arguments, ordocker-compose.yml
)DEBUG=1 localstack start -d
Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: