Ejemplo n.º 1
0
 def init(self):
     if os.environ.get('KAT_USE_ENVOY_V3', '') == '':
         self.skip_node = True
     self.target = HTTP()
     self.auth = AGRPC(name="auth", protocol_version="v3")
Ejemplo n.º 2
0
 def init(self):
     self.target = HTTP()
     self.auth = AGRPC(name="auth", protocol_version="v2alpha")
Ejemplo n.º 3
0
 def init(self):
     self.target = HTTP()
     self.auth = AGRPC(name="auth")
Ejemplo n.º 4
0
 def init(self):
     if Config.envoy_api_version != "V3":
         self.skip_node = True
     self.target = HTTP()
     self.auth = AGRPC(name="auth", protocol_version="v3")