Skip to content

Commit c30f87e

Browse files
committed
fix frontmatter
1 parent 25cdb17 commit c30f87e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oci_vault_beginner_va/ocivaultforbeginners.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
---
12
title: OCI Vault Basics for Beginners
23
parent: [tutorials]
34
date: 2023-04-14 12:00
4-
5+
---
56
Chances are you have a set of keys on you, or nearby. It’s a comforting thought that we can control access to our vehicle, home, post box, or anything needing a key by just reaching into a pocket and grabbing our keys. That idea is quite similar to how OCI Vault was designed. A sort of “central store” of keys for cloud operations, allowing users or an API to access what is needed without messing about with unsecured text files or personal password managers. Yes, tools like personal password managers are useful, but at scale we need a way to authenticate both automated and manual processes in a secure way without constantly regenerating new keys.
67

78
![vault architecture](vault_illustration.png)

0 commit comments

Comments
 (0)