-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy patharchitecturalOverviewData.json
More file actions
108 lines (108 loc) · 3.13 KB
/
Copy patharchitecturalOverviewData.json
File metadata and controls
108 lines (108 loc) · 3.13 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
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
104
105
106
107
108
{
"ops": [
{
"title": "Ops Layer",
"body": "Tooling and infrastructure design for easy, efficient and transparent ways to operate an SCS Cloud.",
"url": "/docs/category/operating-scs",
"buttonText": "Learn More",
"components": [
{
"title": "Status Page",
"url": "/docs/category/status-page",
"mandatory": "true",
"stable": "true"
},
{
"title": "Monitoring",
"url": "/docs/category/monitoring",
"mandatory": "false",
"stable": "true"
},
{
"title": "SCS Health Monitor",
"url": "/docs/operating-scs/components/scs-health-monitor/overview",
"mandatory": "true",
"stable": "true"
},
{
"title": "Central API",
"url": "/docs/operating-scs/components/central-api/overview",
"mandatory": "true",
"stable": "true"
},
{
"title": "Automated Pentesting IaaS",
"url": "/docs/operating-scs/components/automated-pentesting-iaas/overview",
"mandatory": "true",
"stable": "true"
},
{
"title": "Automated Pentesting KaaS",
"url": "/docs/operating-scs/components/automated-pentesting-kaas/overview",
"mandatory": "true",
"stable": "true"
}
]
}
],
"container": [
{
"title": "Container Layer",
"body": "SCS offers a robust solution for managing container workloads on a Kubernetes infrastructure.",
"url": "/docs/container",
"buttonText": "Learn More",
"components": [
{
"title": "KaaS V2: Cluster Stacks",
"url": "/docs/category/cluster-stacks",
"mandatory": "false",
"stable": "true"
},
{
"title": "Container Registry",
"url": "/docs/category/container-registry",
"mandatory": "false",
"stable": "true"
}
]
}
],
"iaas": [
{
"title": "IaaS Layer",
"body": "SCS offers OpenStack infrastructure solutions based on KVM virtualization to deploy VM workloads and enabling the container layer optionally.",
"url": "/docs/iaas/",
"buttonText": "Learn More",
"components": [
{
"title": "Image Manager",
"url": "https://osism.tech/docs/guides/operations-guide/openstack/tools/image-manager",
"mandatory": "true",
"stable": "true"
},
{
"title": "Flavor Manager",
"url": "https://osism.tech/docs/guides/operations-guide/openstack/tools/flavor-manager",
"mandatory": "true",
"stable": "true"
}
]
}
],
"iam": [
{
"title": "IAM Layer",
"body": "Working on Keycloak federated identity provider within our Team IAM.",
"url": "/docs/iam",
"buttonText": "Learn More",
"components": [
{
"title": "Keycloak",
"url": "/docs/iam/intra-SCS-federation-setup-description-for-osism-doc-operations",
"mandatory": "false",
"stable": "true"
}
]
}
]
}