open-vault/website/source/guides/identity/index.html.md
Yoko c30133d415
AppRole with Terraform & Chef (#4200)
* WIP - Teddy's webinar

* WIP

* Added more details with diagram

* Fixed a typo

* Added a note about terraform bug with 0.11.4 & 0.11.5

* Minor adjustment

* Fixed typos

* Added matching CLI commands

* Added extra speace for readability
2018-04-09 08:50:50 -07:00

1.5 KiB

layout page_title sidebar_current description
guides Identity and Access Management - Guides guides-identity Once a Vault instance has been installed, the next step is to configure auth backends, secret backends, and manage keys. Vault configuration guides addresses key concepts in configuring your Vault application.

Identity and Access Management

This guide walks you through Identity and Access Management topics.

  • Policies are used to instrument Role-Based Access Control (RBAC) by specifying access privileges. Authoring of policies is probably the first step the Vault administrator performs. This guide walks you through creating example policies for admin and provisioner users.

  • AppRole Pull Authentication guide that introduces the steps to generate tokens for machines or apps by enabling AppRole auth method.

  • AppRole with Terraform and Chef guide explains how AppRole auth method integrates with Terraform and Chef. This guide is for anyone who wishes to reproduce the demo introduced during the Delivering Secret Zero: Vault AppRole with Terraform and Chef webinar.

  • Token and Leases guide helps you understand how tokens and leases work in Vault. The understanding of the lease hierarchy and expiration mechanism helps you plan for break glass procedures and more.