We are running rstudio connect in a docker container. We are setting the bitbucket private repo in the rstudio-connect.gcfg file with the Pat encrypted password.
The encryption is done by /opt/rstudio-connect/bin/rscadmin configure --encrypt-config-value. But the authentication keeps failing when we want to publish from this bitbucket account.
Also when we execute the opt/rstudio-connect/bin/rscadmin configure --encrypt-config-value
twice in a row. We get different strings, Is this normal ?
What is the best way to set this up in a docker container ?