dcopso

Results 9 comments of dcopso

If you're generating static docs using `redoc-cli build`, here are the changes to the template file that must be made for mermaid diagrams to be rendered (tested with OpenAPI 3.0.3...

@DentonGentry Do you have any recommendations on workarounds purely within the Tailscale system that would allow tagged nodes to access resources shared with the account? It seems that some combination...

I would also like to see wildcard DNS support for tailnet hostnames. My use case: I'm using Minio (S3-compatible server commonly used in dev environments) and without wildcard DNS support...

This has also been raised in the discussion forum: https://groups.google.com/g/jsonnet/c/RoJIt5vlwX4

> #0 0.826 Warning: Python 3.9 was not found on your system... #0 0.828 Neither 'pyenv' nor 'asdf' could be found to install Python. #0 0.828 You can specify specific...

I solved this by overriding `get_user` in a subclass of `django_rest_framework_simplejwt.authentication.JWTAuthentication`. My `get_user` validates application-specific claims, resolves any conflict with existing users on user identifiers, and creates users if necessary....

@kellertk Until the tagging issues above are addressed, it would be great to get the README updated because it is currently very misleading. Specifically, https://github.com/aws-actions/configure-aws-credentials#session-tagging should clarify that tags are...

@icaliskanoglu Thanks for sharing that. Would you be willing to share the policies/roles you are using for the two-step role chaining?

The only support for multiple verification keys in simplejwt is to use the JWK_URL option. This works only for RS algorithms. Source: https://github.com/jazzband/djangorestframework-simplejwt/blob/master/rest_framework_simplejwt/backends.py#L94