Skip to content

Commit

Permalink
Merge pull request #154 from sabre1041/csv-changes
Browse files Browse the repository at this point in the history
Updates to CSV
  • Loading branch information
raffaelespazzoli authored Jan 30, 2022
2 parents 1ff2172 + 8711ed7 commit 344f2f2
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ spec:
path: providers[0].github.insecure
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Map users by SCIM Id. This will usually match your IDP id, like
UPN when using AAD.
displayName: Map users by SCIM-ID
path: providers[0].github.mapByScimId
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- description: Organization represents the location to source teams to synchronize
displayName: Organization to Synchronize
path: providers[0].github.organization
Expand All @@ -161,6 +167,11 @@ spec:
path: providers[0].github.url
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- description: V4URL is the location of the GitHub server graphql endpoint.
displayName: GitHub v4URL (graphql)
path: providers[0].github.v4url
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- description: GitLab represents the GitLab provider
displayName: GitLab Provider
path: providers[0].gitlab
Expand Down Expand Up @@ -217,7 +228,7 @@ spec:
path: providers[0].gitlab.insecure
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: URL is the location of the GitLub server
- description: URL is the location of the GitLab server
displayName: GitLab URL
path: providers[0].gitlab.url
x-descriptors:
Expand Down

0 comments on commit 344f2f2

Please sign in to comment.