delightful-queen-21464
04/11/2024, 9:15 PMauthorization: Bearer XXX
header for incoming requests to my cluster. I have a long lived token XXX
that I want flytctl
to send up with its grpc requests, any idea what to set in ~/.flyte/config.yaml to get it to work?thankful-minister-83577
delightful-queen-21464
04/11/2024, 9:20 PMadmin:
endpoint: dns:///grpc.<..>
command: ['echo', 'Bearer XXX']
in the config.yaml?average-finland-92144
04/12/2024, 3:59 PMadmin:
authType: ExternalCommand
thankful-minister-83577