-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace CLI/shell script in Klyshko provisioner #2
Comments
As the provisioner probably will not be offline phase implementation specific, the KII implementation must take care of providing the tuples in the required format (e.g. remove headers). |
This issue has been marked stale because it has been open for 90 days with no activity. It will be automatically closed in 30 days if no further activity occurs. |
This issue has been marked stale because it has been open for 90 days with no activity. It will be automatically closed in 30 days if no further activity occurs. |
Depends on availability of Castor client in Go (see carbynestack/castor#49). |
This issue has been marked stale because it has been open for 90 days with no activity. It will be automatically closed in 30 days if no further activity occurs. |
This issue has been marked stale because it has been open for 90 days with no activity. It will be automatically closed in 30 days if no further activity occurs. |
Using the CLI from a shell script to provision tuples after they have been generated is sub-optimal, as it bloats the image due to requiring Java, has a long startup time, and lends itself not very well to testing. We might replace the script with a Go-based application that uses a castor Go client as soon as this is available.
The text was updated successfully, but these errors were encountered: