-
Notifications
You must be signed in to change notification settings - Fork 53
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
Conversation
yunkon-kim
commented
May 16, 2024
- 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
src/api/rest/server/mcis/network.go
Outdated
var epTerrarium string | ||
|
||
func init() { | ||
epTerrarium = os.Getenv("TERRARIUM_REST_URL") |
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.
config API 로 동적으로 config (env vars)를 조정할 수 있도록 처리하려고
https://github.com/cloud-barista/cb-tumblebug/blob/main/src/main.go#L59 여기에 init 관련 내용을 모아두긴 했는데, TERRARIUM_REST_URL 에는 적용할 필요가 없으려나요?
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.
말씀하신 내용으로 변경하겠습니다 ^^
Related to #1439 |
/approve |