Get the tenant code repository configuration
Returns the code repository connection used for tap script storage. The auth token itself lives in Vault and is never returned.
Authorizations
Optional API key for authentication (enabled via application.yaml)
Response
Current configuration (defaults when none saved yet)
Always default — one repository per tenant
Repository provider (github)
Repository in owner/repo form
API endpoint; override for GitHub Enterprise Server (e.g. https://ghes.example.com/api/v3)
Script path becomes {pathPrefix}{tapName}.py
Vault secret (tagged _type=repo_token) holding a token field. The token itself is never returned by the API.
Commit author in Name <email> form
Commit message template. Tokens: {name}, {action}, {user}
