-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
Issue
The job was started in #223 a year and a half ago, some settings are now missing. And member of my team found it difficult to grasp how credential configuration works.
I wanted to offer to fill that gap. Here are the settings that I found:
http-basic.<name>: string string
Set repository credentials (username and password) for <name>.
See Repositories - Configuring credentials for more information.
pypi-token.<name>: string
Set repository credentials (using an API token) for <name>.
See Repositories - Configuring credentials for more information.
certificates.<name>.cert: string
Set custom certificate authority for repository <name>.
See Repositories - Configuring credentials - Custom certificate authority for more information.
certificates.<name>.client-cert: string
Set client certificate for repository <name>.
See Repositories - Configuring credentials - Custom certificate authority for more information.
Links will be adjusted in the markdown files.
Let me know is that suits.