Skip to content

Commit

Permalink
auth/kerberos: add remove_instance_name config (#16594)
Browse files Browse the repository at this point in the history
* auth/kerberos: add remove_instance_name config

* Update website

* Fix doc

* Fix doc

* changelog
  • Loading branch information
jasonodonnell committed Aug 4, 2022
1 parent 4c4c041 commit bb77816
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 63 deletions.
5 changes: 5 additions & 0 deletions changelog/16594.txt
@@ -0,0 +1,5 @@
```release-note:improvement
auth/kerberos: add `remove_instance_name` parameter to the login CLI and the
Kerberos config in Vault. This removes any instance names found in the keytab
service principal name.
```
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -101,7 +101,7 @@ require (
github.com/hashicorp/vault-plugin-auth-cf v0.12.0
github.com/hashicorp/vault-plugin-auth-gcp v0.13.2-0.20220722185016-9e4fddb995e5
github.com/hashicorp/vault-plugin-auth-jwt v0.13.2-0.20220728183411-0edf6ecc0b37
github.com/hashicorp/vault-plugin-auth-kerberos v0.7.0
github.com/hashicorp/vault-plugin-auth-kerberos v0.7.1
github.com/hashicorp/vault-plugin-auth-kubernetes v0.13.0
github.com/hashicorp/vault-plugin-auth-oci v0.11.0
github.com/hashicorp/vault-plugin-database-couchbase v0.7.0
Expand Down

0 comments on commit bb77816

Please sign in to comment.