Sebastian Janzen
Sebastian Janzen
In case the transaction commit fails, the responder reference was already modified which could result in a token returned which was not persisted. ## Related Issue or Design Document ##...
My Source data (from sipgate.de API, extended by VERSION:2.1\r\n): ``` BEGIN:VCARD\r\nVERSION:2.1\r\nFN;quoted-printable:Peter Pan\r\nNOTE;quoted-printable:\r\nTEL;cell:+49123123123123\r\nEND:VCARD ``` This is always treated as invalid data because the validator cannot find a FN entry. But it's...
Ticket for myself: After a timeout, I'll get a HTTP 500. URL: http://www.router-backdoor.de/scan/execute Log: ``` $ coffee server.coffee 18 Jan 13:28:19 - Logger 'Console' binds to server... 18 Jan 13:28:19...
My configuration contains this: ``` yaml # Does not work tag: 'myRepoOne' refs: - 'refs/heads/feature_(.*)' ``` But that does not use the tag on creating jobs. I had to put...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra-maester/blob/master/CODE_OF_CONDUCT.md). -...
### OAuth2-Proxy Version 7.6.0 ### Provider oidc ### Expected Behaviour In my kubernetes/nginx-ingress setup oauth2-proxy is used as auth-url endpoint. The nginx config forwards proxy headers to the oauth2-proxy: ```...
Metrics
Hi! Is it desired to support Prometheus Metrics? Or would a PR with that be accepted? BR