Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Conversation

@denysvitali
Copy link

@denysvitali denysvitali commented Apr 19, 2021

This (draft) PR adds the following improvements:

  • Improve GRPC to use proto3
  • Add reflection possibility for GRPC (env:"CONTROL_GRPC_REFLECTION_API")
$ grpcurl -plaintext 127.0.0.1:24030 describe hashicorp.waypoint_hzn.WaypointHzn
hashicorp.waypoint_hzn.WaypointHzn is a service:
service WaypointHzn {
  rpc DeleteHostname ( .hashicorp.waypoint_hzn.DeleteHostnameRequest ) returns ( .google.protobuf.Empty );
  rpc ListHostnames ( .hashicorp.waypoint_hzn.ListHostnamesRequest ) returns ( .hashicorp.waypoint_hzn.ListHostnamesResponse );
  rpc RegisterGuestAccount ( .hashicorp.waypoint_hzn.RegisterGuestAccountRequest ) returns ( .hashicorp.waypoint_hzn.RegisterGuestAccountResponse );
  rpc RegisterHostname ( .hashicorp.waypoint_hzn.RegisterHostnameRequest ) returns ( .hashicorp.waypoint_hzn.RegisterHostnameResponse );
}
  • Add InsecureSkipVerify to connect to self-signed Control backends (env:"CONTROL_INSECURE_SKIP_VERIFY")
  • Change ports in docker-compose* to be able to run waypoint-hzn together with horizon
  • First steps towards de-awszification (making Horizon and waypoint-hzn run outside of AWS)

@hashicorp-cla
Copy link

hashicorp-cla commented Mar 12, 2022

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes


Denys Vitali seems not to be a GitHub user.
You need a GitHub account to be able to sign the CLA. If you already have a GitHub account, please add the email address used for this commit to your account.

Have you signed the CLA already but the status is still pending? Recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants