Jeff Anderson
Jeff Anderson
If the chart adopts a similar paradigm for auth/proxy specific resources as was done in the v12 chart refactor, there might be a good path forward. If proxy.rbac.create and auth.rbac.create...
I tried that, but it didn't help. That's when I ran that unit test and found the regex validator that excludes curly braces from being allowed between the `{{ }}`...
~~I believe that this bug is a quirk due to how access requests are implemented. My understanding is that you can only really have one assumed access request at a...
@zmb3 / @nklaassen - I just edited the description to include info about the behavior where azure will include a link to the Microsoft Graph group API when there are...
After speaking to our devs, they pointed out that OIDC as a protocol supports workflows in protocol. It would be worth investigating Azure's [oidc support](https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/auth-oidc) to see if that is...
You can set the following environment variable to disable adding keys to the agent: ``` TELEPORT_ADD_KEYS_TO_AGENT=no ``` This env var corresponds to the `tsh -k` option: ``` -k, --add-keys-to-agent Controls...
I figure the most likely cause here is one of two things: 1. A bug or quirk in how Teleport constructs the WebSocket frames that trips up a stricter parser....
Instead of requiring write-forwarding be enabled, could we make this feature request be about enabling auto-user-creation for reader endpoints? Teleport would need to create the user against the writer endpoint...