Skip to content

Commit 5b76312

Browse files
Make git_credentials configurable
FIX #918 This is not a complete solution, as it only allows one credential to be used, but it does allow arbitrary private repos to be used.
1 parent f746e50 commit 5b76312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binderhub/repoproviders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class RepoProvider(LoggingConfigurable):
103103
help="""
104104
Credentials (if any) to pass to git when cloning.
105105
""",
106+
config=True
106107
)
107108

108109
def is_banned(self):

0 commit comments

Comments
 (0)