Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.13 KB

upgrade-to-1.4.1.mdx

File metadata and controls

34 lines (25 loc) · 1.13 KB
layout page_title description
docs
Upgrading to Vault 1.4.1 - Guides
This page contains the list of deprecations and important or breaking changes for Vault 1.4.1. Please read it carefully.

Overview

This page contains the list of deprecations and important or breaking changes for Vault 1.4.1 compared to 1.4.0. Please read it carefully.

AWS auth metadata

The metadata handling for AWS Auth logins has changed:

The default set of metadata fields has been changed to account_id and auth_type. If your application relies on fields that were removed, they may be added back via the AWS Auth identity configuration endpoint (see example below).

Known issues

The AWS metadata changes have caused an issue preventing renewal of tokens issued via AWS Auth. This has been fixed in Vault 1.4.2. The issue may be addressed in Vault 1.4.1 by configuring the required metadata explicitly:

vault write auth/aws/config/identity \
  ec2_metadata=account_id,auth_type,instance_id,region \
  iam_metadata=account_id,auth_type,client_user_id,canonical_arn,inferred_entity_id,inferred_aws_region

@include 'ldap-upndomain-issue.mdx'