Viacheslav Vasilyev
Viacheslav Vasilyev
I don't know if this problem related to dkim-exchange, but emails from external server with spoofed sender got also signed. Goto https://www.wormly.com/test_smtp_server and send sample email with fake sender with...
This topic for everyone who is afraid of upgrade plugins button. Hope this will save someones time 1. Changes in DSL for Groovy scripts - `workflowJob` is replaced by `pipelineJob`...
Could you please provide any way how to append something to `SignedHeaders`?
This change will allow you to sign additional headers in request Linked issue https://github.com/DavidMuller/aws-requests-auth/issues/38
Nothing else than subj
hello, could you please suggest what I'm doing wrong here? my setup only works while the first SSO session is active, after that I'm getting the following, for example: ```terminal...
## Description I was unable to connect to S3 bucket on AWS. There were two major things: 1. termscp is asking me for a password when I try to connect...
**Is your feature request related to a problem? Please describe.** I would like to keep all gitlab-ci-local related data outside of my git projects, completely separate. Which seems to be...
according to vault api "key_usage" must be a list https://www.vaultproject.io/api-docs/secret/pki#key_usage affected code https://github.com/RcRonco/lemur_vault/blob/master/lemur_vault/plugin.py#L148-L153
https://github.com/RcRonco/lemur_vault/blob/master/lemur_vault/auth.py#L32 should it be like this? ```python if not validate_token(): ```