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")
def init(self): self.target = HTTP() self.auth = AGRPC(name="auth", protocol_version="v2alpha")
def init(self): self.target = HTTP() self.auth = AGRPC(name="auth")
def init(self): if Config.envoy_api_version != "V3": self.skip_node = True self.target = HTTP() self.auth = AGRPC(name="auth", protocol_version="v3")