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
Secrets are right now stored in the configmap with the rest of the server configuration. We should allow configuring secrets in a secret, and passing multiple files to the Connect executable, so that secrets are handled more properly
Started digging into this, but will need to modify the docker images for this to work - we need to be able to add arguments to the /usr/local/bin/startup.sh invocation of Connect here:
That raises the question: should we just append args onto what we have, or set the default args to include --config /etc/rstudio-connect/rstudio-connect.gcfg and remove that from being invoked directly. This has the downside of being a more invasive / breaking change (so we would want to couple it to a product version bump), but has the advantage of allowing users of the image to customize where they put their configuration file... 🤷♂️
Secrets are right now stored in the configmap with the rest of the server configuration. We should allow configuring secrets in a secret, and passing multiple files to the Connect executable, so that secrets are handled more properly
Related to #44
The text was updated successfully, but these errors were encountered: