2018-07-25 02:02:27 +00:00
|
|
|
---
|
2020-01-18 00:18:09 +00:00
|
|
|
layout: docs
|
|
|
|
page_title: Vault Agent Auto-Auth Azure Method
|
|
|
|
sidebar_title: Azure
|
|
|
|
description: Azure Method for Vault Agent Auto-Auth
|
2018-07-25 02:02:27 +00:00
|
|
|
---
|
|
|
|
|
2020-01-18 00:18:09 +00:00
|
|
|
# Vault Agent Auto-Auth Azure Method
|
2018-07-25 02:02:27 +00:00
|
|
|
|
|
|
|
The `azure` method reads in Azure instance credentials and uses them to
|
|
|
|
authenticate with the [Azure Auth
|
2020-01-22 20:05:41 +00:00
|
|
|
method](/docs/auth/azure). It reads most
|
2018-07-25 02:02:27 +00:00
|
|
|
parameters needed for authentication directly from instance information based
|
|
|
|
on the value of the `resource` parameter.
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
- `role` `(string: required)` - The role to authenticate against on Vault
|
|
|
|
|
|
|
|
- `resource` `(string: required)` - The resource name to use when getting instance information
|