wasmCloud / wasmcloud-dev-site

Documentation site for wasmCloud.dev
https://wasmcloud.dev
8 stars 16 forks source link

Add registry authentication variables to Host Configuration page #81

Open thomastaylor312 opened 2 years ago

thomastaylor312 commented 2 years ago

The list of all the host configuration variables should contain the OCI_REGISTRY_USER and OCI_REGISTRY_PASSWORD variables so users can figure out how to set up their host to talk to a private registry

stevelr commented 2 years ago

We should make sure there's a way to associate the oci url with the credentials. With three separate variables for url, name, and password, if there is more than one url how do you know which password goes with which url? Other schemes that might work:

thomastaylor312 commented 2 years ago

We can probably follow a similar pattern to what is in the config service interface