2021-01-07 19:40:35 +00:00
{
2021-02-11 21:29:38 +00:00
"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"
} ,
2021-01-07 19:40:35 +00:00
"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" ,
{
2021-05-03 22:01:29 +00:00
"url" : "https://www.datocms-assets.com/2885/1619808181-conusul-attributedcolor.svg"
2021-01-07 19:40:35 +00:00
} ,
{
"url" : "https://www.datocms-assets.com/2885/1539817686-microsoft-sql-server.svg"
} ,
"postgresql" ,
"microsoft-azure"
]
}
]
}