-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from humanitec-architecture/secretrefs
feat(backstage): use secret refs
- Loading branch information
Showing
5 changed files
with
80 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,36 @@ | ||
|
||
# Backstage template owner | ||
backstage_template_owner = "humanitec-architecture" | ||
|
||
# Backstage template repository | ||
backstage_template_repository = "backstage" | ||
|
||
# Used cloud provider. Possible values: aws, azure, gcp | ||
cloud_provider = "" | ||
|
||
# GitHub App Client ID | ||
github_app_client_id = "" | ||
# GitHub App Client ID (Secret Store reference) | ||
github_app_client_id_ref = "" | ||
|
||
# GitHub App Client Secret | ||
github_app_client_secret = "" | ||
# GitHub App Client Secret (Secret Store reference) | ||
github_app_client_secret_ref = "" | ||
|
||
# GitHub App ID | ||
github_app_id = "" | ||
|
||
# GitHub App Private Key | ||
github_app_private_key = "" | ||
# GitHub App Private Key (Secret Store reference) | ||
github_app_private_key_ref = "" | ||
|
||
# GitHub org id | ||
github_org_id = "" | ||
|
||
# GitHub Webhook Secret | ||
github_webhook_secret = "" | ||
# GitHub Webhook Secret (Secret Store reference) | ||
github_webhook_secret_ref = "" | ||
|
||
# Humanitec Application ID | ||
humanitec_app_id = "" | ||
|
||
# Humanitec CI Service User Token | ||
humanitec_ci_service_user_token = "" | ||
# Humanitec CI Service User Token (Secret Store reference) | ||
humanitec_ci_service_user_token_ref = "" | ||
|
||
# Humanitec Organization ID | ||
humanitec_org_id = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters