-
Notifications
You must be signed in to change notification settings - Fork 440
chore: allow cloud front prefix list to restrict security group access via environment manifest #3737
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
chore: allow cloud front prefix list to restrict security group access via environment manifest #3737
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
c3cc8df
chore(manifest): add cdn bool to env manifest
d85dc7c
chore(manifest): add cdn bool to env manifest
b6d9890
Merge branch 'aws:mainline' into env-manifest-cdn
CaptainCarpensir b03957d
allow cfn to create barebones cf dist via stack
5161cc8
Update CDN stack template
ad38e53
add test, change cf public lb ingress
9ae4661
Merge branch 'mainline' into env-manifest-cdn
edebc10
get prefix list for public lb security group
fbc6ba6
correct ingress logic
2b43fcf
Merge branch 'mainline' into env-manifest-cdn
CaptainCarpensir 507f86e
rename manifest tag to be more clear
023e34b
Merge branch 'env-manifest-cdn' of github.com:CaptainCarpensir/copilo…
58e4879
fix unit test manifest example
c6a8b4d
prefix-list changes
613b619
refactor pr scope
3edd667
Merge branch 'mainline' into env-manifest-cdn
CaptainCarpensir 3e46ef1
fix missed merge overwrite conflict
26e4d44
fix merge conflicts
c500169
allow env manifest to restrict ingress to cf
ca60727
merge current build
539f30f
fix prefix list port specification
2c55f94
Merge branch 'mainline' into env-alb-prefix-list
CaptainCarpensir 516bf62
split http/https security groups to allow secure port usage with cf
3a214ce
Merge branch 'env-alb-prefix-list' of github.com:CaptainCarpensir/cop…
e161ed2
fix accidental overwrite
b8240c3
Merge branch 'env-alb-prefix-list' of github.com:CaptainCarpensir/cop…
1c9dfa7
add mocks
45bdcc3
fix env integ test ymls
ede3738
implement iamhopaul123's feedback
a56809d
Merge branch 'mainline' into env-alb-prefix-list
e87bd63
address efekarakus feedback
8f2b16c
Merge branch 'mainline' into env-alb-prefix-list
CaptainCarpensir bd16406
Merge branch 'mainline' into env-alb-prefix-list
CaptainCarpensir 972822e
fix env_test conflict manually
a2ed659
Merge branch 'mainline' into env-alb-prefix-list
CaptainCarpensir 54d808a
fix local integ test
bc87660
refactor ingress
9a004fd
nit
395bcff
finalize prefix list getter structure
777ab6b
revert to before merge, fix nit
0815e34
address efekarakus and Lou1415926 feedback
f903a20
Merge branch 'mainline' into env-alb-prefix-list
f1d7afa
Merge branch 'mainline' into env-alb-prefix-list
CaptainCarpensir 19ca126
merge conflict fixes
baa4bc7
Merge branch 'mainline' into env-alb-prefix-list
mergify[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: