Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@thejeshgn
Created October 30, 2019 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejeshgn/3a5e2a1d3d548ed4a33f3e95d79d78c5 to your computer and use it in GitHub Desktop.
Save thejeshgn/3a5e2a1d3d548ed4a33f3e95d79d78c5 to your computer and use it in GitHub Desktop.
#1. setup local_digdag_server.properties
#username=admin password=password
client.http.endpoint = 127.0.0.1:65432
client.http.headers.authorization = Basic YWRtaW46cGFzc3dvcmQ=
#Then call digdag
digdag attempts --config local_digdag_server.properties
@thejeshgn
Copy link
Author

thejeshgn commented Oct 30, 2019

For browser use https://github.com/didierfred/SimpleModifyHeaders to modify the header

url: 127.0.0.1:65432
Action: add
header field: Authorization
field value: Basic YWRtaW46cGFzc3dvcmQ=
apply on: request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment