-
Notifications
You must be signed in to change notification settings - Fork 0
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 #150 from mdsol/tech/add_factbook
Add factbook
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
apiVersion: backstage.io/v1alpha1 # This is a constant, just leave as is. | ||
kind: Component | ||
spec: | ||
type: library | ||
lifecycle: production | ||
metadata: | ||
json_schema: | ||
# This is a constant, just leave as is. | ||
"https://github.com/mdsol/platform-standards/tree/master/schemas/v1alpha1.schema.json" | ||
name: mauth-jvm-clients | ||
description: MAuth Clients for JVM based applications. | ||
teams: | ||
- name: "Team 73 - Navy Seals" | ||
number: 73 | ||
- name: Team 259 | ||
number: 259 | ||
- name: Team 55 | ||
number: 55 | ||
- name: Team 58 | ||
number: 58 | ||
people: | ||
- role: engineer | ||
email: tmilner | ||
- role: engineer | ||
email: digeorgiev | ||
- role: engineer | ||
email: fserra | ||
- role: engineer | ||
email: bgong | ||
pipelines: | ||
- url: https://app.travis-ci.com/github/mdsol/mauth-jvm-clients/ | ||
role: Integration |