siderolabs / omni-feedback

Omni feature requests, bug reports
https://www.siderolabs.com/platform/saas-for-kubernetes/
MIT License
2 stars 0 forks source link

[feature] Need unauthenticated source for omnictl or omnictl compatibility with older versions of omni #44

Closed ArcherSeven closed 1 year ago

ArcherSeven commented 1 year ago

Problem Description

I need to be able to download or include an omnictl in an image that will work across our environments, even when those environments are on different versions of omni, without having to authenticate first, or using a non-interactive authentication method.

Solution

No response

Alternative Solutions

No response

Notes

No response

smira commented 1 year ago

omnictl download is unauthenticated:

curl -LO https://<instance>.omni.siderolabs.io/omnictl/omnictl-linux-amd64

(other platforms/architectures also available)

Omni client code is open-source for building higher-level automation: https://github.com/siderolabs/omni-client