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
The two options available to install plugins today is a public URL or accessible file location. For scenarios where you only want to share a plugin with a defined group of people, if would be great to be able to be bale to use either a private registry or URL to share plugins.
The text was updated successfully, but these errors were encountered:
Support from installing from private URLs was added recently via #2896. One can now do spin plugins install --url <url> --auth-header-value <authentication header value> to install plugins from secured endpoints. Is that sufficient for this?
Can you help describe the procedure to install a plug-in from a private GitHub repo? I think that's the most likely scenario which would be great to support.
GIthub repo is currently slightly complicated as for private repositories you cannot directly curl the releases. You will have to go through the github API, which spin does not have any understanding of. The solution to this would be to have a proxy app that takes a github token which it uses to fetch the appropriate asset.
An alternate but not suggested way is to check in the files into the repo. If this is done then you can install by using
The two options available to install plugins today is a public URL or accessible file location. For scenarios where you only want to share a plugin with a defined group of people, if would be great to be able to be bale to use either a private registry or URL to share plugins.
The text was updated successfully, but these errors were encountered: