Skip to content

Conversation

@peteski22
Copy link
Contributor

@peteski22 peteski22 commented Jun 12, 2024

Description

This PR fixes a bug which prevented Vault server from starting with TCP listener configuration that attempted to set proxy_protocol_behavior to deny_unauthorized, which is part of the public Vault documentation.

Previously the expected setting during parsing was deny_authorized which was incorrect.

Docs screenshot for safety:
image

Resolves: #26439

…nauthorized' rather than 'deny_authorized' which was incorrect
@peteski22 peteski22 added bug Used to indicate a potential bug backport/ent/1.15.x+ent core/config labels Jun 12, 2024
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Jun 12, 2024
@github-actions
Copy link

github-actions bot commented Jun 12, 2024

CI Results:
All Go tests succeeded! ✅

@peteski22 peteski22 marked this pull request as ready for review June 12, 2024 15:08
Copy link
Contributor

@VioletHynes VioletHynes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch :)

@github-actions
Copy link

Build Results:
All builds succeeded! ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Used to indicate a potential bug core/config hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed pr/no-milestone

Projects

None yet

Development

Successfully merging this pull request may close these issues.

deny_unauthorized is not allowed as a proxy protocol behavior

2 participants