-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathlanding.json
57 lines (57 loc) · 2.33 KB
/
landing.json
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
{
"version": 2,
"title": "Secrets Manager",
"introduction": "Explore recommended content and resources to help you get started with IBM Cloud Secrets Manager.",
"product_page": "https://www.ibm.com/products/secrets-manager",
"console_page": "/catalog/services/secrets-manager",
"section_topics": {
"links": [
{
"title": "What is a secret?",
"href": "/docs/secrets-manager?topic=secrets-manager-what-is-secret"
},
{
"title": "Creating secrets",
"href": "/docs/secrets-manager?topic=secrets-manager-arbitrary-secrets"
},
{
"title": "Best practices for organizing your secrets and assigning access",
"href": "/docs/secrets-manager?topic=secrets-manager-best-practices-organize-secrets"
},
{
"title": "Access a storage bucket by using a dynamic secret",
"href": "/docs/secrets-manager?topic=secrets-manager-tutorial-access-storage-bucket"
},
{
"title": "Understanding your responsibilities when using Secrets Manager",
"href": "/docs/secrets-manager?topic=secrets-manager-understanding-your-responsabilities"
},
{
"title": "Best practices for rotating and locking secrets",
"href": "/docs/secrets-manager?topic=secrets-manager-best-practices-rotate-secrets"
}
]
},
"section_highlights": [
{
"title": "Intro to IBM Cloud Secrets Manager",
"description": "Shows how to create secrets dynamically and lease them to applications.",
"href": "https://mediacenter.ibm.com/media/1_bnfy0wk6?mhsrc=ibmsearch_a&mhq=secrets%20manager",
"type": "video"
},
{
"title": "Manage Secrets in Continuous Delivery with IBM Cloud Secrets Manager",
"description": "IBM Cloud Continuous Delivery now supports Secrets Manager in CI/CD toolchains.",
"href": "https://www.ibm.com/blog/manage-secrets-in-continuous-delivery-with-ibm-cloud-secrets-manager/",
"type": "blog"
}
],
"section_devtools": {
"api": "/apidocs/secrets-manager/secrets-manager-v2",
"cli": "/docs/secrets-manager?topic=secrets-manager-secrets-manager-cli",
"terraform": "https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/sm_secrets"
},
"section_updates": {
"view_more": "/docs/secrets-manager?topic=secrets-manager-release-notes"
}
}