{"id":516360,"date":"2022-11-02T15:48:44","date_gmt":"2022-11-02T15:48:44","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/what-is-hashicorp-vault\/"},"modified":"2022-11-02T15:48:44","modified_gmt":"2022-11-02T15:48:44","slug":"what-is-hashicorp-vault","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/","title":{"rendered":"What is HashiCorp Vault and What Can I Do With It?"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-what-is-hashicorp-vault\">What is HashiCorp Vault?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">HashiCorp Vault is a tool that allows you to safely manage secrets. By secrets, we mean sensitive information like digital certificates, database credentials, passwords, and API encryption keys. HashiCorp Vault gives you a way to store these secrets and then authenticates, validates, and authorises before it grants access to clients and users.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The most logical thing one might ask is, <em>But why would I need an encryption service like this? Isn\u2019t this basically trading one key for another? And if the vault gets compromised, doesn\u2019t that give an attacker access to all the credentials I\u2019m storing?&nbsp;<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That\u2019s a great question. Let\u2019s unpack HashiCorp Vault to find out.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-do-we-need-centralised-key-management-systems\">Why do we need centralised key management systems?<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Complex infrastructure<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The need for sophisticated encryption management systems arose when organisations started moving part or all of their infrastructure to cloud. With the move to more shared, distributed service-oriented infrastructures, the need for orchestration, automation, and integration increased as well. Plus, our modern applications and microservices will often communicate with APIs or services outside of an organisation\u2019s data centre.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As the <a href=\"https:\/\/developer.hashicorp.com\/vault\/docs\/what-is-vault\" target=\"_blank\" rel=\"noreferrer noopener\">Vault website<\/a> explains, \u201cMost enterprises today have credentials sprawled across their organisations. \u2026&nbsp; Because these credentials live everywhere, the sprawl can make it difficult and daunting to really know who has access and authorisation to what.\u201d&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Workloads have also become \u201cmore and more ephemeral and short-lived,\u201d and therefore, \u201clong-lived static credentials pose a <a href=\"https:\/\/developer.hashicorp.com\/vault\/docs\/use-cases\" target=\"_blank\" rel=\"noreferrer noopener\">big security threat vector<\/a>.\u201d&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">All of these and other factors make safeguarding digital keys tricky. Covering all your bases from a security standpoint becomes tedious.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Toward better security and compliance<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Today it\u2019s no longer enough to engineer tight controls in the name of prevention. It\u2019s also about how effectively your company can monitor and how quickly and your company can detect and respond to breaches. The right tools, configured right for your organisation, can help. And when it comes to encrypting keys, HashiCorp Vault is a great choice.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">HashiCorp Vault is open source, self-hosted, and cloud agnostic and was specifically designed to make storing, generating, encrypting, and transmitting secrets a whole lot more safe and simple\u2014without adding new vulnerabilities or expanding the attack surface. In fact, it reduces the attack surface and, with built-in traceability, aids forensics in the event of a compromise.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-features-and-benefits-what-can-i-do-with-hashicorp-vault\">Features and benefits: What can I do with HashiCorp Vault?&nbsp;<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In very general terms, Vault\u2019s use cases include (1) general secret storage in the form of both static and dynamic secrets, (2) data encryption, (3) identity-based access, and (4) key management.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s dive into some of Vault\u2019s main functionalities.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Vault can store arbitrary key\/value secrets.<\/strong> It encrypts this information before it stores them. This protects the plaintext version and means that gaining access to the storage doesn\u2019t actually expose the secrets.&nbsp;<\/li>\n\n\n\n<li><strong>Vault offers encryption as a service. <\/strong>With its \u201ctransit\u201d secrets engine, Vault can handle cryptographic functions on data-in-transit without storing it. Essentially, this is encryption as a service, where Vault acts as a pass-through. That way, Vault is responsible for encryption\/decryption instead of your application developers, and you can then write that encrypted data to another location, like an SQL database.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This is really helpful in use cases where, say, a web application handles sensitive customer data (like credit card information) and is backed by a database.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Vault can create dynamic secrets. <\/strong>This is where HashiCorp Vault differentiates itself from other encrypted key value stores. It can generate dynamic secrets, in other words, secrets \u201con demand.\u201d&nbsp;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Here\u2019s what that means.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A dynamic secret doesn\u2019t get created until it is read. It will be unique to a client, and the credential is automatically destroyed when the lease (e.g., one month, three days, one hour\u2014or whatever you\u2019ve configured) expires.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also set it up so that the dynamic secret is revoked right after it\u2019s used. The benefit here is that you can reduce the lifespan of that credential to just the moment in time that it\u2019s used.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The ability to generate secrets on demand or \u201con the fly\u201d is helpful because it gives you security in an area that is notorious for leaking secrets in more ways than you can probably think of: applications.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Applications will often leave secrets in log files or logging systems. Secrets can also be \u201ccaptured in exception tracebacks or crash reports sent to external monitoring systems\u201d or are \u201cleaked via debugging endpoints and diagnostic pages after hitting an error,\u201d says <a href=\"https:\/\/www.hashicorp.com\/blog\/why-we-need-dynamic-secrets\" target=\"_blank\" rel=\"noreferrer noopener\">Armon Dadgar, co-founder of HashiCorp<\/a>. The list of potential vulnerabilities goes on.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Dynamic secret creation removes the problem of multiple clients\/users sharing the same credential. It also allows you to rotate those credentials manually or set up automatic credential rotation. Having automatic credential rotation in place makes it easy to meet regulatory or compliance requirements.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Vault supports secret revocation. <\/strong>It allows you to revoke secrets before lease expiry and lets you get specific. Whether you need to revoke single secrets or a \u201c<a href=\"https:\/\/developer.hashicorp.com\/vault\/docs\/what-is-vault\" target=\"_blank\" rel=\"noreferrer noopener\">tree of secrets<\/a>\u201d (grouped by user, type, or application, etc.), Vault has built-in support for revocation.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This makes key rolling easier. And since you can get granular, this lets you respond to a breach effectively while reducing or even eliminating downtime.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Vault keeps a detailed log of all requests and responses.<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In Vault, every request and response, every process, is audited and authenticated. This means you can trace everything. According to <a href=\"https:\/\/developer.hashicorp.com\/vault\/docs\/audit\" target=\"_blank\" rel=\"noreferrer noopener\">Vault<\/a>, every operation \u201cis an API request\/response, \u2026 the audit log contains <em>every authenticated<\/em> interaction with Vault, including errors.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In addition, you can enable \u201cmultiple audit devices\u201d instead of a single audit device within Vault. As such, you can have redundant copies and, more importantly, are able to \u201ccheck for data tampering in the logs themselves.\u201d&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Audit trails are essential to meeting compliance requirements in highly regulated industries.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-well-does-hashicorp-vault-integrate-with-providers-and-platforms\">How well does HashiCorp Vault integrate with providers and platforms?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">HashiCorp Vault is open source and cloud agnostic. You can run its Secrets Engines on various cloud platforms, including AWS, Azure, and Google Cloud. You can <a href=\"https:\/\/cloud.hashicorp.com\/products\/vault\" target=\"_blank\" rel=\"noreferrer noopener\">integrate it with existing workflows<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">HashiCorp also has its own cloud platform offering Vault as a service. Think of authorization methods and secrets engines within Vault as <a href=\"https:\/\/developer.hashicorp.com\/vault\/docs\/plugins\" target=\"_blank\" rel=\"noreferrer noopener\">plugins<\/a>, making this a versatile tool.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Vault offers various database capabilities that you can deploy on Cassandra, Couchbase, Elasticsearch, MongoDB and MongoDB Atlas, MSSQL, MySQL, Oracle, Snowlake, and more. The Vault website shows a helpful <a href=\"https:\/\/developer.hashicorp.com\/vault\/docs\/secrets\/databases\" target=\"_blank\" rel=\"noreferrer noopener\">chart<\/a> outlining database capabilities.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also <a href=\"https:\/\/developer.hashicorp.com\/vault\/docs\/secrets\" target=\"_blank\" rel=\"noreferrer noopener\">deploy Vault<\/a> on GitHub, Kubernetes, Microsoft SQL Server EKM provider, and ServiceNow.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-which-major-companies-are-using-hashicorp-vault\">Which major companies are using HashiCorp Vault?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">HashiCorp Vault has solved secrets encryption and storage challenges for many enterprise-level <a href=\"https:\/\/www.hashicorp.com\/case-studies\" target=\"_blank\" rel=\"noreferrer noopener\">organisations<\/a>, such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Intel<\/li>\n\n\n\n<li>Ubisoft<\/li>\n\n\n\n<li>Adobe<\/li>\n\n\n\n<li>Starbucks<\/li>\n\n\n\n<li>Bank of America<\/li>\n\n\n\n<li>Citigroup<\/li>\n\n\n\n<li>Q2<\/li>\n\n\n\n<li>Wayfair<\/li>\n\n\n\n<li>eBay<\/li>\n\n\n\n<li>Autodesk<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Since digital credentials are an essential part of interacting with the digital world, you can imagine Vault being used in every industry\u2014from gaming to e-commerce to education to banking.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-starbucks-deploys-vault\">Starbucks deploys Vault<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As a case example, Starbucks used Vault to solve the unique challenges of their edge environment (which uses a network of data centres placed in hubs to reduce latency for end users)\u2014a complex type of computing common for retail at scale.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In a <a href=\"https:\/\/www.youtube.com\/watch?v=7FYi3mp8BVo&amp;t=50s\" target=\"_blank\" rel=\"noreferrer noopener\">video case study<\/a> Andrew McCormick, Lead Systems Engineer at Starbucks, explains, \u201cWe went all the way down the rabbit hole with Terraform and Helm to implement everything as code, from the infrastructure and network all the way down to Vault policy and identity.\u201d This was the first large-scale platform they had built, and they did it with HashiCorp Terraform\u2019s open-source infrastructure-as-code software on Kubernetes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the video, McCormick says the two features within Vault Enterprise that were \u201ccritical for resiliency and scalability\u201d were performance replica and disaster recovery clusters. \u201cVault replica clusters were a significant aspect of our scalability design for three main reasons: (1) they provide a read-only cluster for edge devices to connect to without exposing the primary Vault cluster, (2) they provide horizontal scaling and regional load balancing, and (3) replication filtering enables physical isolation between tenants.\u201d&nbsp;&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To conclude, HashiCorp Vault, as a secrets management tool, can reduce operational complexity for enterprises that work with orchestrated architecture and operate across multiple cloud providers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-can-i-learn-more\">How can I learn more?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This article is a part of a greater series centred around the technologies and themes found within the first edition of the TechRadar by Devoteam. To read further into these topics, please download <a href=\"https:\/\/devoteam.info\/techradar\/\">TechRadar by Devoteam<\/a><\/p>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-4b1fd674 wp-block-columns-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--medium);margin-bottom:var(--wp--preset--spacing--medium)\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-969dc29d wp-block-column-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:100%\">\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\" style=\"background-color:#8476bb\"><\/span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-8279\" alt=\"\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/digital-solutions.jpg\" data-object-fit=\"cover\"\/><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-large-font-size wp-block-paragraph\"><\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-stretch has-gray-light-background-color has-background is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-group has-main-color has-gray-light-background-color has-text-color has-background has-link-color wp-elements-1 is-layout-flow wp-container-core-group-is-layout-23162e80 wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--medium);padding-right:var(--wp--preset--spacing--large);padding-bottom:var(--wp--preset--spacing--medium);padding-left:var(--wp--preset--spacing--large)\">\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-4a15ae55 wp-block-group-is-layout-flex\" style=\"min-height:0px\">\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-text-align-left has-main-color has-text-color has-medium-font-size wp-container-content-42c95ffb wp-block-paragraph\">Want to learn more about HashiCorp Vault?<\/p>\n\n\n\n<p class=\"has-text-align-left has-main-color has-text-color has-link-color has-base-font-size wp-elements-2 wp-block-paragraph\">Check out TechRadar by Devoteam to see what our experts say about its viability in the market.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-5446dffb wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/techradar.devoteam.com\/\">Discover more<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>What is HashiCorp Vault? HashiCorp Vault is a tool that allows you to safely manage secrets. By secrets, we mean sensitive information like digital certificates, database credentials, passwords, and API encryption keys. HashiCorp Vault gives you a way to store these secrets and then authenticates, validates, and authorises before it grants access to clients and [&hellip;]<\/p>\n","protected":false},"featured_media":516361,"template":"","categories":[2325],"tags":[],"industry":[1112],"class_list":["post-516360","expert-view","type-expert-view","status-publish","has-post-thumbnail","hentry","category-cybersecurity-cz","industry-technology-cz"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t<figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/\" target=\"_self\" ><img width=\"1920\" height=\"750\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"What is HashiCorp Vault and What Can I Do With It?\" style=\"aspect-ratio:4\/3;width:100%;object-fit:cover;\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460.png 1920w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460-300x117.png 300w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460-1024x400.png 1024w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460-768x300.png 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460-1536x600.png 1536w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460-2048x800.png 2048w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/a><\/figure>\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-4 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Expert View<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/\" target=\"_self\" >What is HashiCorp Vault and What Can I Do With It?<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is HashiCorp Vault and What Can I Do With It? | Devoteam<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is HashiCorp Vault and What Can I Do With It?\" \/>\n<meta property=\"og:description\" content=\"What is HashiCorp Vault? HashiCorp Vault is a tool that allows you to safely manage secrets. By secrets, we mean sensitive information like digital certificates, database credentials, passwords, and API encryption keys. HashiCorp Vault gives you a way to store these secrets and then authenticates, validates, and authorises before it grants access to clients and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/what-is-hashicorp-vault\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/what-is-hashicorp-vault\\\/\",\"name\":\"What is HashiCorp Vault and What Can I Do With It? | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/what-is-hashicorp-vault\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/what-is-hashicorp-vault\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/Specific-Topic-GettyImages-1253805460.png\",\"datePublished\":\"2022-11-02T15:48:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/what-is-hashicorp-vault\\\/#breadcrumb\"},\"inLanguage\":\"en-CZ\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/what-is-hashicorp-vault\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CZ\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/what-is-hashicorp-vault\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/Specific-Topic-GettyImages-1253805460.png\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/Specific-Topic-GettyImages-1253805460.png\",\"width\":1920,\"height\":750},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/what-is-hashicorp-vault\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What is HashiCorp Vault and What Can I Do With It?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CZ\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is HashiCorp Vault and What Can I Do With It? | Devoteam","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/","og_locale":"en_US","og_type":"article","og_title":"What is HashiCorp Vault and What Can I Do With It?","og_description":"What is HashiCorp Vault? HashiCorp Vault is a tool that allows you to safely manage secrets. By secrets, we mean sensitive information like digital certificates, database credentials, passwords, and API encryption keys. HashiCorp Vault gives you a way to store these secrets and then authenticates, validates, and authorises before it grants access to clients and [&hellip;]","og_url":"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/","og_site_name":"Devoteam","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/","url":"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/","name":"What is HashiCorp Vault and What Can I Do With It? | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/cz\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460.png","datePublished":"2022-11-02T15:48:44+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/#breadcrumb"},"inLanguage":"en-CZ","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/"]}]},{"@type":"ImageObject","inLanguage":"en-CZ","@id":"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460.png","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460.png","width":1920,"height":750},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/cz\/expert-view\/what-is-hashicorp-vault\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/cz\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/cz\/expert-view\/"},{"@type":"ListItem","position":3,"name":"What is HashiCorp Vault and What Can I Do With It?"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/cz\/#website","url":"https:\/\/devoteam.info\/cz\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/cz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CZ"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460.png",1920,750,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460-150x150.png",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460-300x117.png",300,117,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460-768x300.png",768,300,true],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460-1024x400.png",1024,400,true],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460-1536x600.png",1536,600,true],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/Specific-Topic-GettyImages-1253805460-2048x800.png",2048,800,true]},"uagb_author_info":{"display_name":"Julien Pawlowski","author_link":"https:\/\/devoteam.info\/cz\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"What is HashiCorp Vault? HashiCorp Vault is a tool that allows you to safely manage secrets. By secrets, we mean sensitive information like digital certificates, database credentials, passwords, and API encryption keys. HashiCorp Vault gives you a way to store these secrets and then authenticates, validates, and authorises before it grants access to clients and&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/expert-view\/516360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/expert-view\/516360\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/media\/516361"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/media?parent=516360"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/categories?post=516360"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/tags?post=516360"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/industry?post=516360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}