Skip to content

Feature/s3 policy update #1153

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

Merged
merged 6 commits into from
Feb 18, 2022

Conversation

gaurav-gogia
Copy link
Contributor

update sse and s3 versioning policies to accommodate v4 changes in aws terraform provider

creating this pr for issue #1152

@codecov
Copy link

codecov bot commented Feb 16, 2022

Codecov Report

Merging #1153 (0cdf507) into master (2f3c2d9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1153   +/-   ##
=======================================
  Coverage   78.31%   78.31%           
=======================================
  Files         271      271           
  Lines        7449     7449           
=======================================
  Hits         5834     5834           
  Misses       1280     1280           
  Partials      335      335           

- support no sse config block
- support id/bucket trim
checkSSE(sseConfig)
}

checkSSE(sseConfig) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this function is not requires. If resource is declared S3 bucket will have the default s3 (AWS) managed sse is enabled.

@gaurav-gogia gaurav-gogia added the policy Issue concerning policy maintainers. label Feb 18, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@gaurav-gogia gaurav-gogia merged commit f1acad7 into tenable:master Feb 18, 2022
gaurav-gogia added a commit that referenced this pull request Feb 18, 2022
@gaurav-gogia gaurav-gogia deleted the feature/s3_policy_update branch February 24, 2022 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement policy Issue concerning policy maintainers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support AWS provider version 4.0.0
2 participants