Modifying Hotglue Source Settings
tap
tap
field is a unique identifier for the source. It is used internally to reference the source and should be unique across all sources.
label
label
field is a human-readable name for the source. This is the name that will be displayed in the user interface.
icon
icon
field is a URL to an image that represents the source. This icon will be displayed in the user interface alongside the source’s label.
tags
tags
field is an array of strings that categorize the source. These tags can be used to filter and search for sources.
domain
domain
field specifies the primary domain associated with the source. This is typically the domain of the service the source integrates with.
type
type
field specifies the authentication method used by the source. Accepted values are oauth
and api
isForked
isForked
field indicates whether this source has been modified from the default hotglue source settings.
install_uri
install_uri
field can be used to overwrite the default git repo that the Tap will be installed from:
install_uri
for particular tenants by instead using:
is_private_repo
is_private_repo
field tells hotglue to use your configured git access token when installing your Tap.