csm
csm copied to clipboard
[FEATURE]: Simplify access to karavictl binary for both Kubernetes and storage admins
Description
The karavictl binary is currently packaged within the CSM Authorization rpm that deploys the Authorization server. This currently does not support different host operating systems. There is also complexity around getting the binary from the Authorization server onto the Kubernetes access host. In an effort to avoid having to build/scp the binary and make it available for various host operating systems, the karavictl binary will be made availabe from the GitHub releases page for the following host operating systems.
- darwin-amd64
- linux-amd64
- linux-arm64
- windows-amd64.exe
Note: Feature created as a result of https://github.com/dell/karavi-authorization/issues/98.