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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.x: Allow Bastion reserved Public IP assignment #769

Open
thpham opened this issue Jul 14, 2023 · 0 comments
Open

5.x: Allow Bastion reserved Public IP assignment #769

thpham opened this issue Jul 14, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@thpham
Copy link
Contributor

thpham commented Jul 14, 2023

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Current 5.x branch allow the creation of bastion with ephemeral public IP, or with the IP of a pre-existing bastion which has a public ip.

Some companies are blocking external traffic to un-conventional ports and therefore are only allowing ssh(22) on whitelisted public IPs.
To avoid continuously updating the whitelist through internal support tickets, we would like to be able to attach a reserved IP.

The current internal bastion module cannot be easily changed, because of related terraform provisioner issue #1802.

To be able to provision this OKE module in one run the only solution is to run concurrently a separate plan that core_public_ip does the attachment to the bastion private vnic.

New or Affected Resource(s)

module:

  • bastion

or potential a fix in the terraform-provider-oci.

@thpham thpham added the enhancement New feature or request label Jul 14, 2023
@devoncrouse devoncrouse added this to the 5.1.0 milestone Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants