Viacheslav Vasilyev
Viacheslav Vasilyev
AFAIK it's impossible in RoutingAgent, need to change superclass to something else and rewrite whole agent.
So we need bluelist then. Something like this was proposed in https://github.com/Pro/dkim-exchange/pull/117
Next time I'll try to upgrade Jenkins version itself. Main issues here is that Scriptler isn't supported officially, but I've created workaround for this https://github.com/biouno/uno-choice-plugin/pull/84
I can conclude that `vagrant ssh` command is broken, here is my workaround ```bash sed -i '1i Include config.d/*' ~/.ssh/config vagrant ssh-config --host my-vm > ~/.ssh/config.d/my-vm ssh my-vm ```
we're having the same issue on ent version, will try to raise support ticket there
This use-case covers optional headers to sign mentioned at https://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.html ``` # Note: The request can include any headers; canonical_headers and # signed_headers lists those that you want to be...
still no? :)
one more header, ref. https://github.com/kubernetes-sigs/aws-iam-authenticator#api-authorization-from-outside-a-cluster ``` x-k8s-aws-id ``` still no? :)
Hi @DavidMuller the use case is Vault and its additional header `X-Vault-AWS-IAM-Server-ID` https://github.com/hashicorp/vault/blob/master/builtin/credential/aws/path_login.go#L1412
PR was added to cover this use-case