Set up domain-registry proxy in Crash environment

- Created configs for Proxy server, GKE, and terraform
- Created sans_list file for use with tarsier client
- Updated allowedClients in registry server

TODO: Update dr-bashrc to support crash environment

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=236659249
This commit is contained in:
weiminyu 2019-03-04 08:43:15 -08:00 committed by Weimin Yu
parent 88e4573543
commit 83fa2675a4
3 changed files with 56 additions and 0 deletions

View file

@ -29,6 +29,7 @@ public class ProxyConfig {
SANDBOX,
SANDBOX_CANARY,
ALPHA,
CRASH,
LOCAL,
}