-
Notifications
You must be signed in to change notification settings - Fork 25
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 #14 from TIBCOSoftware/v1.0.1
V1.0.1 Changes
- Loading branch information
Showing
15 changed files
with
129 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,8 +83,7 @@ techdocs: | |
auth: | ||
# see https://backstage.io/docs/auth/ to learn about auth providers | ||
environment: development | ||
## uncomment 3 lines below and add organization name in place of <YOUR-ORG-NAME>\ | ||
## to only allow members of a <YOUR-ORG-NAME> to sign in through gitHub. | ||
# uncomment 3 lines below and add organization name in place of <YOUR-ORG-NAME> to support sign in through gitHub | ||
# signIn: | ||
# github: | ||
# organizations: ['<YOUR-ORG-NAME>'] | ||
|
@@ -95,7 +94,7 @@ auth: | |
clientSecret: ${AUTH_GITHUB_CLIENT_SECRET} | ||
oauth2Proxy: | ||
development: {} | ||
enableAuthProviders: [guest] | ||
enableAuthProviders: [oauth2Proxy] | ||
# Available providers: | ||
# for local deployments | ||
# [github, oauth2Proxy, guest] | ||
|
@@ -111,6 +110,10 @@ scaffolder: | |
name: TIBCO® Developer Hub # Defaults to `Scaffolder` | ||
email: [email protected] # Defaults to `[email protected]` | ||
defaultCommitMessage: 'Initial commit' # Defaults to 'Initial commit' | ||
|
||
catalog: | ||
locations: [] | ||
# GitHub rate limits API requests to 5,000 per hour (or more for Enterprise accounts). | ||
# For more information, visit https://backstage.io/docs/integrations/github/discovery/#github-api-rate-limits-1 | ||
# You can set the refresh rate of catalog (in milliseconds) for catalog API to fetch changes from GitHub, by using the below config. | ||
# The allowed range is [100,900] | ||
# catalogRefreshDelayInSec: 300 |
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
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
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 |
---|---|---|
|
@@ -14,11 +14,11 @@ spec: | |
# kind: Group | ||
# metadata: | ||
# name: tibco-developer-hub | ||
# description: The TIBCO® Developer Hub | ||
# description: TIBCO® Developer Hub | ||
# spec: | ||
# type: department | ||
# profile: | ||
# displayName: The TIBCO® Developer Hub | ||
# displayName: TIBCO® Developer Hub | ||
# email: [email protected] | ||
# picture: https://en.wikipedia.org/wiki/Finance#/media/File:Philippine-stock-market-board.jpg | ||
# parent: DocGeneration | ||
|