open-vault/website/pages/home/content.json
Zachary Shilton e45d81ff47
Use revised BeforeAfterDiagram, VerticalTextBlockList (#10907)
* Switch BeforeAfterDiagram implementation, pulled from www-next

* Bump vertical-text-block-list, update md to HTML

* Bump to latest case-study-slider
2021-02-11 16:29:38 -05:00

71 lines
2.4 KiB
JSON

{
"beforeAfterDiagram": {
"beforeImage": {
"url": "https://www.datocms-assets.com/2885/1579635889-static-infrastructure.svg",
"format": "svg"
},
"beforeHeadline": "Static Infrastructure",
"beforeContent": "Datacenters with inherently high-trust networks with clear network perimeters.\n\n#### Traditional Approach\n\n- High trust networks\n- A clear network perimeter\n- Security enforced by IP Address",
"afterImage": {
"url": "https://www.datocms-assets.com/2885/1579635892-dynamic-infrastructure.svg",
"format": "svg"
},
"afterHeadline": "Dynamic Infrastructure",
"afterContent": "Multiple clouds and private datacenters without a clear network perimeter.\n\n#### Vault Approach\n\n\n- Low-trust networks in public clouds\n- Unknown network perimeter across clouds\n- Security enforced by Identity"
},
"principles": [
{
"textSplit": {
"heading": "API-driven",
"content": "Use policy to codify, protect, and automate access to secrets."
},
"codeBlock": {
"options": { "showWindowBar": "true" },
"language": "shell-session",
"code": "$ curl \n --header \"X-Vault-Token: ...\" \n --request POST \n --data @payload.json \n https://127.0.0.1:8200/v1/secret/config"
}
},
{
"textSplit": {
"heading": "Identity Plugins",
"content": "Seamlessly integrate any trusted identity provider.",
"textSide": "right"
},
"logoGrid": [
"aws",
"microsoft-azure",
"google",
{
"url": "https://www.datocms-assets.com/2885/1556657783-oktalogo.svg"
},
{ "url": "https://www.datocms-assets.com/2885/1539817287-cf.svg" },
"alibaba-cloud",
{ "url": "https://www.datocms-assets.com/2885/1506540149-black.svg" },
"kubernetes",
"github"
]
},
{
"textSplit": {
"heading": "Extend and integrate",
"content": "Securely manage secrets and access through a centralized workflow."
},
"logoGrid": [
"mysql",
"cassandra",
"oracle",
"aws",
"mongodb",
{
"url": "https://www.datocms-assets.com/2885/1508434209-consul_primarylogo_fullcolor.svg"
},
{
"url": "https://www.datocms-assets.com/2885/1539817686-microsoft-sql-server.svg"
},
"postgresql",
"microsoft-azure"
]
}
]
}