Repository Config
This page describes
spec.spinnakerConfig.config.repository
.spec.spinnakerConfig.config.repository
repository:
artifactory:
enabled:
searches:
- name:
baseUrl:
permissions:
READ:
WRITE:
repo:
groupId:
repoType:
username:
password:
Artifactory
enabled
: true or false.searches
:name
: The name of the accountbaseUrl
: The base url your artifactory search is reachable at.permissions
:- READ: [] A user must have at least one of these roles in order to view this account’s cloud resources.
- WRITE: [] A user must have at least one of these roles in order to make changes to this account’s cloud resources.
repo
: The repo in your artifactory to be searched.groupId
: The group id in your artifactory to be searched.repoType
: The package type of repo in your artifactory to be searched: maven (default).username
: The username of the artifactory user to authenticate as.password
: The password of the artifactory user to authenticate as. Supports encrypted value.
Feedback
Was this page helpful?
Thank you for letting us know!
Sorry to hear that. Please tell us how we can improve.
Last modified December 9, 2022: (77a2e500)