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

Add APIs for VPN tunnel between GCP and AWS #1572

Merged
merged 3 commits into from
May 16, 2024

Conversation

yunkon-kim
Copy link
Member

  • Add TERRARIUM_REST_URL to setup.env
  • Add APIs for VPN tunnel between GCP and AWS
  • Update ResponseBodyDump() middleware to support streaming JSON response
  • Update runTumblebug.sh and runTerrarium.sh
  • Update test-cli for gcp-aws vpn tunnel
  • Update API docs

* Add TERRARIUM_REST_URL to setup.env
* Add APIs for VPN tunnel between GCP and AWS
* Update ResponseBodyDump() middleware to support streaming JSON response
* Update runTumblebug.sh and runTerrarium.sh
* Update test-cli for gcp-aws vpn tunnel
* Update API docs
@yunkon-kim yunkon-kim self-assigned this May 16, 2024
@yunkon-kim yunkon-kim added the hold Need to hold merge label May 16, 2024
var epTerrarium string

func init() {
epTerrarium = os.Getenv("TERRARIUM_REST_URL")
Copy link
Member

Choose a reason for hiding this comment

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

config API 로 동적으로 config (env vars)를 조정할 수 있도록 처리하려고

https://github.com/cloud-barista/cb-tumblebug/blob/main/src/main.go#L59 여기에 init 관련 내용을 모아두긴 했는데, TERRARIUM_REST_URL 에는 적용할 필요가 없으려나요?

Copy link
Member Author

Choose a reason for hiding this comment

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

말씀하신 내용으로 변경하겠습니다 ^^

@yunkon-kim yunkon-kim removed the hold Need to hold merge label May 16, 2024
@yunkon-kim
Copy link
Member Author

Related to #1439

@yunkon-kim
Copy link
Member Author

/approve

@github-actions github-actions bot added the approved This PR is approved and will be merged soon. label May 16, 2024
@cb-github-robot cb-github-robot merged commit 33ae3ff into cloud-barista:main May 16, 2024
4 checks passed
@yunkon-kim yunkon-kim deleted the 240508-17 branch June 10, 2024 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved This PR is approved and will be merged soon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants