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

fix: Firewall port assignment was not correct #37

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

brent-anyscale
Copy link
Collaborator

@brent-anyscale brent-anyscale commented Oct 10, 2024

Firewall Port Assignments were not properly getting pulled in, leaving all TCP Ports open.

upd: CloudStorage to a member instead of binding for IAM policies. Changed from bucket_iam_member_override_roles to bucket_iam_member_additional_roles

Changes to be committed:
modified: .pre-commit-config.yaml
modified: README.md
modified: main.tf
modified: modules/google-anyscale-cloudstorage/README.md
modified: modules/google-anyscale-cloudstorage/examples/README.md
modified: modules/google-anyscale-cloudstorage/examples/main.tf
modified: modules/google-anyscale-cloudstorage/main.tf
deleted: modules/google-anyscale-cloudstorage/test/README.md
deleted: modules/google-anyscale-cloudstorage/test/terraform_google_anyscale_cloudstorage_test.go
modified: modules/google-anyscale-cloudstorage/variables.tf
deleted: modules/google-anyscale-project/test/README.md
deleted: modules/google-anyscale-project/test/terraform_google_anyscale_project_test.go
modified: modules/google-anyscale-vpc-firewall/main.tf
deleted: modules/google-anyscale-vpc/test/terraform_google_anyscale_vpc_test.go
new file: test/anyscale-service/socket_test.py
modified: variables.tf

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

Firewall Port Assignments were not properly getting pulled in, leaving
all TCP Ports open.

upd: CloudStorage to a member instead of binding for IAM policies.
Changed from `bucket_iam_member_override_roles` to `bucket_iam_member_additional_roles`

Changes to be committed:
	modified:   .pre-commit-config.yaml
	modified:   README.md
	modified:   main.tf
	modified:   modules/google-anyscale-cloudstorage/README.md
	modified:   modules/google-anyscale-cloudstorage/examples/README.md
	modified:   modules/google-anyscale-cloudstorage/examples/main.tf
	modified:   modules/google-anyscale-cloudstorage/main.tf
	deleted:    modules/google-anyscale-cloudstorage/test/README.md
	deleted:    modules/google-anyscale-cloudstorage/test/terraform_google_anyscale_cloudstorage_test.go
	modified:   modules/google-anyscale-cloudstorage/variables.tf
	deleted:    modules/google-anyscale-project/test/README.md
	deleted:    modules/google-anyscale-project/test/terraform_google_anyscale_project_test.go
	modified:   modules/google-anyscale-vpc-firewall/main.tf
	deleted:    modules/google-anyscale-vpc/test/terraform_google_anyscale_vpc_test.go
	new file:   test/anyscale-service/socket_test.py
	modified:   variables.tf
Copy link
Member

@hongchaodeng hongchaodeng left a comment

Choose a reason for hiding this comment

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

LGTM

@brent-anyscale brent-anyscale merged commit ce039d6 into main Oct 10, 2024
3 checks passed
@brent-anyscale brent-anyscale deleted the brent/upd-cloudstorage-iam branch October 10, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants