Supporting both HTTP Auth & Private Repos #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How to configure a site which uses both
HTTP Basic Auth
andPrivate Repository
options. The app config file has the following two stanzas:Simply un-commenting out both
COMPOSE_FILE=
lines causes what seems the second one to supercede the naming thecompose.auth.yml
variable which once running thesecret generate -a
command for HTTP Auth results in:Which should be labeled
auth_password
but is wrongly labeleddeploy_key
I tried making a new single-line such as:
But this does now seem to address the issue either.