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

Update ContainerRunner to use REST verifier #219

Merged
merged 1 commit into from
Jul 13, 2022

Conversation

alexmwu
Copy link
Contributor

@alexmwu alexmwu commented Jul 8, 2022

We update the LauncherSpec to store the projectID and region.

The ContainerRunner will now be able to use the REST-based verifier.Client, based on the addr flag.
The flag will determine whether the endpoint is the gRPC or REST verifier. The REST verifier is used if the flag is empty or contains "http", otherwise the gRPC verifier is used.

@alexmwu alexmwu requested review from josephlr, jkl73 and jessieqliu July 8, 2022 22:39
@alexmwu alexmwu force-pushed the restLauncher branch 2 times, most recently from 390dad5 to e90bf9b Compare July 11, 2022 23:44
launcher/container_runner.go Outdated Show resolved Hide resolved
launcher/container_runner.go Outdated Show resolved Hide resolved
launcher/container_runner.go Outdated Show resolved Hide resolved
launcher/container_runner.go Outdated Show resolved Hide resolved
We update the LauncherSpec to store the projectID and region.

The ContainerRunner will now be able to use the REST-based
verifier.Client, based on the addr flag.
The flag will determine whether the endpoint is the
gRPC or REST verifier. The REST verifier is used if the flag is empty or
contains "http", otherwise the gRPC verifier is used.
@alexmwu alexmwu merged commit f2b7b10 into google:master Jul 13, 2022
@alexmwu alexmwu deleted the restLauncher branch July 13, 2022 00:29
@JoshuaKrstic JoshuaKrstic mentioned this pull request Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants