-
Notifications
You must be signed in to change notification settings - Fork 21
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
020-secure-defaults: Error validating schemaHandlerPackage #145
Comments
there most common reasons for this issue: the role you are using doesnt have permissions to read from the If not the permissions: I believe i have seen this issue once or twice returned from CloudFormation and then go away by itself. That typically took a couple of hours. |
I'm seeing this same issue. I got it yesterday and again today; nearly 24hours between attempts. I was using the old version of resource types (0.x.y) and wanted to upgrade to the latest version (1.0.0). The
Is there any other info I can gather to help troubleshoot? |
For this task file:
I get these errors:
Note that the |
Yes, the same thing happened to me. Only one account works and the rest of them fail. I tried many times and I always get the same error. Also it is not the first register type that I add, I have added others and it works. Particularly with these secure-defaults is that I am having problems :( I tried adding one by one each register type of the secure-defaults and they all fail. Tried with versions 0.0.x and 1.0.0 and it fails |
@OlafConijn @craighurley I was able to run a perform with a
|
the permissions have not changed. you indeed do not have permissions to do a list-objects (if you need this, happy to help out!). you can test your permissions by:
|
Thanks, the command
This is my output from when running
|
@stefan-karlsson Did you solve your issue? I got a mail some time ago where it appeared that you did but in this thread I don't see the answer. So I don't know if it really worked for you or not |
Did not solve it :( |
my guess is that you are using a version of the resource providers that does not exist? thanks |
@OlafConijn I am using the same as the template from org-formation-reference
|
thanks interesting.... if i look at the template i see the bucket-name as part of the SchemaHandlerPackage. in your snippet i see ${catalogBucket}, are you sure this value is getting replaced correctly? or add a parameters section to the top of your file, like so:
|
Yes, initially I have the bucket name parameterized. I just tried without parameter (copying the name directly in the SchemaHandlerPackage) and same error. It does not work.
Same error:
|
right! (i went back and copied the exact version from the reference into a new project, this did work for me) what i would suspect at this point is a permission issues: in the previous comment you ran the following command to check access in the Management account:
could you do this once more in the SecurityAccount (eu-north-1 region)? if that doesnt work, i would be happy to get on a call and try to get to the bottom of this. |
Hi i've currently the same issue which is mentioned here. EbsEncryptionDefaultsRP:
Same with Are there currently known issues? |
When doing the integration of the secure defaults, I am getting the following error message on the register types I am integrating:
This happens with the types that I am integrating, which are:
I am doing the integration according to the reference. Additionally I was checking the providers and I don't see anything different.
Am I missing something?
The text was updated successfully, but these errors were encountered: