-
Notifications
You must be signed in to change notification settings - Fork 41
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
expected=logic.ExplicitlyAllowedImage, got=string error with Image Assurance Policy #228
Comments
Hi @ParthibanSG , can you please share yours tf file? |
Below is my TF code and it is a direct abstract of default policy with few modifications for the AllowedImages and SCAPFiles. For SCAPFiles, I created a new OVAL script and provide the name as reference and same error as well...
Error Log:
I do have few questions on the assurance policy since I see few field definitions were missing. Please correct me if I am wrong or let me know the corresponding snippet for usage as I don't find fields related to below in the AquaSec Terraform document Image and Function Assurance:
Host Assurance:
|
Hi @ParthibanSG , regard the image assurance we saw the bug, and regarding the function and host will check and update you. |
@yossig-aquasec We also noticed below functionalities are not supported as well if we enable below controls... Note: These are subcontrols under the main control where currently we can enable only main control (blocked_files) but not subcontrols below to it... Container Runtime Policy / File Block
Container Runtime Policy / Package Block
Container Runtime Policy / Read-only directories and files
|
Hi Team,
I am trying to create image assurance policy after the recent bug fix via #222 and using the latest provider 0.8.19
I am facing below error for the logical conditioning which comes for AllowedImages, SCAPFiles
I did create the image assurance policy in UI and enabling SCAPFiles and selecting the SCAPFile from the dropdown list. Then, I tried to get the YAML via terraform import for the policy created via UI and it doesn't show the definition of the SCAPFile selected from UI.
It would be better to provide a sample for the assurance policies to understand it better for usage.
Thanks
The text was updated successfully, but these errors were encountered: