-
Notifications
You must be signed in to change notification settings - Fork 8
/
catalog-info.yaml
104 lines (96 loc) · 2.63 KB
/
catalog-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#########################################################################################
# Resources - Secrets
#########################################################################################
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: bvsdk_config_staging_apiKeyConversations
title: bvsdk_config_staging_apiKeyConversations
description: Staging Client Keys for Connversations
tags:
- secret
- mobile-sdk
- security
links:
- url: https://bazaarvoice.atlassian.net/wiki/spaces/DEV/pages/78625898606/MOBILE+SDK+-Secrets+Catalog
title: Internal Rotation Documentation
icon: docs
spec:
type: secret
system: mobile-sdk
owner: mobile
lifecycle: production
dependsOn:
- resource:aws-secrets-manager
---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: bvsdk_config_staging_apiKeyProgressiveSubmission
title: bvsdk_config_staging_apiKeyProgressiveSubmission
description: Staging Client Keys for ProgressiveSubmission
tags:
- secret
- mobile-sdk
- security
- mobile
links:
- url: https://bazaarvoice.atlassian.net/wiki/spaces/DEV/pages/78625898606/MOBILE+SDK+-Secrets+Catalog
title: Internal Rotation Documentation
icon: docs
spec:
type: secret
system: mobile-sdk
owner: mobile
lifecycle: production
dependsOn:
- resource:aws-secrets-manager
---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: bvsdk_config_staging_clientId
title: bvsdk_config_staging_clientId
description: Staging Client Id
tags:
- secret
- mobile-sdk
- security
- mobile
links:
- url: https://bazaarvoice.atlassian.net/wiki/spaces/DEV/pages/78625898606/MOBILE+SDK+-Secrets+Catalog
title: Internal Rotation Documentation
icon: docs
spec:
type: secret
system: mobile-sdk
owner: mobile
lifecycle: production
dependsOn:
- resource:aws-secrets-manager
---
#########################################################################################
# Component
#########################################################################################
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: bv-android-sdk
description: Bazaarvoice Mobile SDK for Android.
links:
- url: https://github.com/bvengineering/bv-android-dev
title: bv-android-sdk repository
tags:
- mobile-sdk
- mobile
- java
spec:
type: service
lifecycle: production
owner: mobile
system: mobile-sdk
dependsOn:
- resource:bvsdk_config_staging_apiKeyConversations
- resource:bvsdk_config_staging_apiKeyProgressiveSubmission
- resource:bvsdk_config_staging_clientId
---