This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
Replies: 1 comment
-
Nice, it is useful documentation, I'd just make it more clear that Configuration and Capabilities are almost unbound to each other (except the OAuth aspect) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are 3 levels how we can configure service providers. In priority order (1 is highest):
--config-file
cli argEach service provider type can have multiple configurations on the same level, but they must have different host. When host is not explicitly set, we assume default SAAS host (
github.com
,quay.io
,gitlab.com
).Service providers can have some capabilities:
SPIAccessToken
(and derived objects) statusBeta Was this translation helpful? Give feedback.
All reactions