mirror of
https://github.com/siderolabs/omni.git
synced 2026-01-21 10:51:14 +01:00
We had a URL encoding issue in the `redirect` query parameter in the new workload proxy auth/redirect flow. On the authentication page, we URL-decoded the redirect URL to be used after the authentication, but forgot to re-encode it before issuing the redirect afterwards, which submits it to the backend. Backend then was unable to base64-decode the signed redirect URL, resulting in a bad request. Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
Omni API
Omni client code and gRPC API libraries.
Omni SaaS deployment of Kubernetes. Omni is supported by the people at Sidero Labs. This respository contains client code and gRPC API definitions used to access Omni SaaS.
Documentation
For instructions on using Omni, see the Documentation.
Community
- Slack: Join our slack channel
- Support: Questions, bugs, feature requests GitHub Discussions
- Forum: community
- Twitter: @SideroLabs
- Email: info@SideroLabs.com
Contributing
Contributions are welcomed and appreciated! See Contributing for our guidelines.
License
Some software we distribute is under the General Public License family of licenses or other licenses that require we provide you with the source code. If you would like a copy of the source code for this software, please contact us via email: info at SideroLabs.com.