Pass tokens in gRPC metadata to duo-workflow-service"
requested to merge 2-duo-workflow-executor-pass-tokens-in-grpc-metadata-to-duo-workflow-service into main
This MR does the following
- Adds new flags with default values from environment variables
- Prepares grpc metadata based on the flags or env variables and sends them to duo workflow service.
How to verify
- Run duo workflow service. Go through the MR description to prepare token.
- Provide the flags to the executor either as command line arguments or from environment variables
- Verify that authentication succeeds.
Closes #2 (closed)
Edited by Surabhi Suman