Jason Parraga
Jason Parraga
I was debugging a latency issue with token validation and thought it would be nice if this library had support for telemetry context propagation. From what I've seen in the...
:information_source: **If you have a question**, please post it on the [Okta Developer Forum](https://devforum.okta.com) instead. Issues in this repository are reserved for bug reports and feature requests only. ### I'm...
Fixes the link for the user info API in the `okta-hosted-login` example
This pull request adds go mod files to the `okta-hosted-login` example so that these examples can be run per the instructions on newer versions of go. ``` ~/code/samples-golang/okta-hosted-login$ go get...
### Description Disable request signing when basic auth is enabled so that AWS request signing doesn't have to be explicitly enabled. Also removes the option to configure whether requests should...
### What is the bug? It appears that the plugin does not handle basic authentication errors gracefully. If invalid credentials are provided there is a confusing error message. ``` Planning...
### What is the bug? If you configure the provider to use basic authentication you will receive HTTP 403s unless you explicitly disable `sign_aws_requests`. The error message is quite confusing...
I recently went through the process of developing an agent plugin by going through the docs. Previously the `developing_agents` documentation had a decent skeleton for the agent example but the...
This pull request updates the flyte agent documentation to include working FlytePropeller configurations when running a custom agent/task. The previous configuration did not configure the agent service endpoint for propeller...
### Describe the issue Current Flyte only supports exporting distributed traces to a file or using the jaeger protocol. The jaeger protocol has been deprecated in favor of OTLP. ###...