Skip to content
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

Bug in NSG rule for health check? (incorrect direction, or incorrect description?) #891

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

syedthameem85
Copy link
Member

@syedthameem85 syedthameem85 commented Feb 5, 2024

Resolves #820

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 5, 2024
@hyder hyder changed the title Bug in NSG rule for health check? (incorrect direction, or incorrect description?) v5.0.0-RC4 # 820 Bug in NSG rule for health check? (incorrect direction, or incorrect description?) Feb 6, 2024
@@ -33,7 +33,7 @@ locals {
"Allow TCP egress from workers to OKE control plane" : {
protocol = local.tcp_protocol, port = local.oke_port, destination = local.control_plane_nsg_id, destination_type = local.rule_type_nsg,
},
"Allow TCP ingress to workers for health check from OKE control plane" : {
"Allow TCP egress to workers for health check from OKE control plane" : {
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be Allow TCP egress to OKE control plane from workers for health check

Copy link
Contributor

@hyder hyder left a comment

Choose a reason for hiding this comment

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

please review the recommended changes

@syedthameem85
Copy link
Member Author

@hyder -The change has already been done and can be merged.

@hyder
Copy link
Contributor

hyder commented Feb 6, 2024

@hyder -The change has already been done and can be merged.

your description is still incorrect.

@syedthameem85
Copy link
Member Author

@hyder - " Allow TCP egress to OKE control plane from workers for health check" Is this the correct description ?

Copy link
Contributor

@hyder hyder left a comment

Choose a reason for hiding this comment

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

Approved

@hyder hyder merged commit ae71308 into oracle-terraform-modules:main Feb 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in NSG rule for health check? (incorrect direction, or incorrect description?) v5.0.0-RC4
2 participants