-
Notifications
You must be signed in to change notification settings - Fork 118
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
add: lambda adapter #1166
add: lambda adapter #1166
Changes from all commits
7143440
06f7b8c
7e05faf
57fa80f
9c68bc3
0d44a17
7a5788c
6986fc0
14e70b2
b3abca5
0489f57
65f1755
ac3633c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,13 @@ Limit the access to the API server to a limited IP range | |
|
||
```hcl | ||
resource "azurerm_kubernetes_cluster" "good_example" { | ||
api_server_authorized_ip_ranges = [ | ||
api_server_access_profile { | ||
authorized_ip_ranges = [ | ||
"1.2.3.4/32" | ||
] | ||
|
||
} | ||
|
||
} | ||
|
||
Comment on lines
3
to
14
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ditto There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same appear as the result of make docs command. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same appear as the result of make docs command. |
||
``` | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
|
||
Do not install packages because they may be needed, install them only if you require them. | ||
'apt-get' install should use '--no-install-recommends' to minimize image size. | ||
|
||
### Impact | ||
|
||
Image will increase substantially in size without `--no-install-recommends` for `apt-get install`. | ||
<!-- Add Impact here --> | ||
|
||
<!-- DO NOT CHANGE --> | ||
{{ remediationActions }} | ||
|
||
### Links | ||
- https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ | ||
- https://ubuntu.com/blog/we-reduced-our-docker-images-by-60-with-no-install-recommends | ||
|
||
Comment on lines
-2
to
+12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this change related? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this change occur when I ran make docs command before pushing code. This change coming in my all PR's. It is created automatically. I added it in the commit. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this change occur when I ran make docs command before pushing code. This change coming in my all PR's. It is created automatically. I added it in the commit. |
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
ditto
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.
It was part of aws/iampassrole_policy branch don't know why this is keep appearing again and again.