-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprovider.yaml
More file actions
53 lines (47 loc) · 1.22 KB
/
provider.yaml
File metadata and controls
53 lines (47 loc) · 1.22 KB
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
name: openbao
# Backend configuration - points to the application repository
backend:
landscape:
ciProfile: "prod"
# Marketplace display information
displayName: "OpenBao"
description: "Manage, store, and distribute sensitive data with OpenBao"
author: "Codesphere"
category: ""
version: "v1"
iconUrl: "https://raw.githubusercontent.com/openbao/artwork/main/color/openbao-color.svg"
# Configuration schema - user-configurable settings
configSchema:
type: object
properties:
openBaoUser:
type: string
description: "Admin user"
required:
- openBaoUser
additionalProperties: false
# Details schema - additional deployment details
# TODO: What is this and whow we can use that for this MS?
detailsSchema:
type: object
properties:
organizationName:
type: string
description: "Your organization name"
# Secrets schema - sensitive configuration
secretsSchema:
type: object
properties:
openBaoAdminPassword:
type: string
format: password
description: "Admin user password for OpenBao"
required:
- openBaoAdminPassword
additionalProperties: false
# Service plans with pricing tiers
plans:
- id: 0
name: "Default"
description: "Default Plan"
parameters: {}