You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current integration on the gRPC endpoints in omni is only provided in a go-lang library. With use of other systems which are not based on go-lang it is very difficult to integrate to Omni to retrieve information on clusters, machines, etc.
If the omnictl could be also provided in other languages which are also mainstream, like python, java, .net, etc, it would help a lot.
For us it is required to retrieve information from Omni to build metadata around the machine and provide customer application profiles in the form of helm charts specific for that customer. Without information from Omni of which machines and clusters are registered this metadata could not be composed.
Solution
Convert the Omnictl code from go-lang to python and provide this as a library via pip
Alternative Solutions
No response
Notes
No response
The text was updated successfully, but these errors were encountered:
Problem Description
Current integration on the gRPC endpoints in omni is only provided in a go-lang library. With use of other systems which are not based on go-lang it is very difficult to integrate to Omni to retrieve information on clusters, machines, etc.
If the omnictl could be also provided in other languages which are also mainstream, like python, java, .net, etc, it would help a lot.
For us it is required to retrieve information from Omni to build metadata around the machine and provide customer application profiles in the form of helm charts specific for that customer. Without information from Omni of which machines and clusters are registered this metadata could not be composed.
Solution
Convert the Omnictl code from go-lang to python and provide this as a library via pip
Alternative Solutions
No response
Notes
No response
The text was updated successfully, but these errors were encountered: