Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in safety_buffer argument in AWS auth #1068

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

dosisod
Copy link
Contributor

@dosisod dosisod commented Sep 25, 2023

See #1057 (comment)

Deprecation announcement

The parameter safety_buffer on the AWS auth method's tidy_blacklist_tags and tidy_identity_whitelist_entries methods was misspelled as saftey_buffer.

The parameter name has been corrected, and the correct name should be used going forward.

The old name still works for now, with a warning, but it will be removed in v3.0.0.

@dosisod dosisod requested a review from a team as a code owner September 25, 2023 04:49
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Merging #1068 (b7bac93) into main (6d16f8c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1068   +/-   ##
=======================================
  Coverage   86.26%   86.27%           
=======================================
  Files          64       64           
  Lines        3101     3103    +2     
=======================================
+ Hits         2675     2677    +2     
  Misses        426      426           
Files Changed Coverage Δ
hvac/api/auth_methods/aws.py 57.86% <100.00%> (+0.53%) ⬆️

Copy link

@kaypeter87 kaypeter87 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the typo fixes @dosisod

@briantist briantist self-assigned this Sep 26, 2023
@briantist briantist added aws AWS auth method and/or secrets engine deprecation Deprecates something, to be removed or changed in a later release announcement Announces some change or future change to be aware of auth methods generally related to a Vault auth method labels Sep 26, 2023
@briantist briantist added this to the 2.0.0 milestone Sep 26, 2023
@briantist
Copy link
Contributor

Thanks for finding and fixing this @dosisod ! Thanks @kaypeter87 for reviewing!

@briantist briantist merged commit 9befaa4 into hvac:main Sep 26, 2023
33 checks passed
@dosisod dosisod deleted the fix-safety-buffer-arg branch September 26, 2023 17:32
@briantist briantist changed the title Fix typo in safety_buffer argument Fix typo in safety_buffer argument in AWS auth Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
announcement Announces some change or future change to be aware of auth methods generally related to a Vault auth method aws AWS auth method and/or secrets engine deprecation Deprecates something, to be removed or changed in a later release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants