Alex Chernyakhovsky
Alex Chernyakhovsky
I was able to work around this issue by creating the following file in my repository as `gtar`: ``` #!/bin/sh exec sudo /usr/local/bin/gtar.orig "$@" ``` and adding the following step...
Oh, meta model sounds very interesting. I similarly found myself wanting to do https://goauthentik.io/api/#post-/core/tokens/-identifier-/set_key/ to set up a provisioning token for an Authentik instance I already have running, and therefore...
I agree with the SSRF concern in general, but I think as long as the blueprints are processed internally through a flow where it's clear the server is acting on...
Thanks! For the 2nd stack trace I have a fairly simple local instance with Grafana set up as an Application with a dedicated Provider, following the Authentik documentation. I also...
I played around with the stacktrace with pdb a bit more. It was definitely trying to export the `verbose_name`. It seems to be coming from the OpenID provider: ``` yaml.representer.RepresenterError:...
Hi Matt, understood, but would you be willing to accept a PR (internally or externally, whichever you prefer) fixing this particular one?
Sounds good. I'll look into fixing this tomorrow, and we have no expectations of spinning a new release just for this fix. (Thank you for clarifying nonetheless).
It looks like this was synced out in a8df5b7b3e4307982674dc7ebe33731c0c142962 and released as 21.5.
I'm seeing this issue while trying to build Envoy. It looks to me like the issue is that pkg-config has a vendored copy of glib that does not have the...
I have not, I'll do that a bit later today. I'm not sure there's much Envoy can do other than take an unreleased version of this dependency, though. (I do...