-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add checks for other error types within the PKI plugin (#14195)
* Add checks for other error types within the PKI plugin - The PKI plugin assumes the code it is calling always returns an error of type errutil.UserError or errutil.InternalError. While I believe so far this is still true, it would be easy to add a code path that just returns a generic error and we would completely ignore it. - This was found within some managed key testing where I forgot to wrap an error within one of the expected types * Add changelog
- v1.18.3
- v1.18.2
- v1.18.1
- v1.18.0
- v1.18.0-rc1
- v1.17.6
- v1.17.5
- v1.17.4
- v1.17.3
- v1.17.2
- v1.17.1
- v1.17.0
- v1.17.0-rc1
- v1.16.3
- v1.16.2
- v1.16.1
- v1.16.0
- v1.16.0-rc3
- v1.16.0-rc2
- v1.16.0-rc1
- v1.15.8+ent
- v1.15.7+ent
- v1.15.6
- v1.15.5
- v1.15.4
- v1.15.3
- v1.15.2
- v1.15.1
- v1.15.0
- v1.15.0-rc1
- v1.14.12+ent
- v1.14.11+ent
- v1.14.10
- v1.14.9
- v1.14.8
- v1.14.7
- v1.14.6
- v1.14.5
- v1.14.4
- v1.14.3
- v1.14.2
- v1.14.1
- v1.14.0
- v1.14.0-rc1
- v1.13.13
- v1.13.12
- v1.13.11
- v1.13.10
- v1.13.9
- v1.13.8
- v1.13.7
- v1.13.6
- v1.13.5
- v1.13.4
- v1.13.3
- v1.13.2
- v1.13.1
- v1.13.0
- v1.13.0-rc1
- v1.12.11
- v1.12.10
- v1.12.9
- v1.12.8
- v1.12.7
- v1.12.6
- v1.12.5
- v1.12.4
- v1.12.3
- v1.12.2
- v1.12.1
- v1.12.0
- v1.12.0-rc1
- v1.11.12
- v1.11.11
- v1.11.10
- v1.11.9
- v1.11.8
- v1.11.7
- v1.11.6
- v1.11.5
- v1.11.4
- v1.11.3
- v1.11.2
- v1.11.1
- v1.11.0
- v1.11.0-rc1
- v1.10.11
- v1.10.10
- v1.10.9
- v1.10.8
- v1.10.7
- v1.10.6
- v1.10.5
- v1.10.4
- v1.10.3
- v1.10.2
- v1.10.1
- v1.10.0
- v1.10.0-rc1
- sdk/v0.14.1
- sdk/v0.14.0
- sdk/v0.13.0
- sdk/v0.12.0
- sdk/v0.11.1
- sdk/v0.11.0
- sdk/v0.10.2
- sdk/v0.10.1
- sdk/v0.10.0
- sdk/v0.9.2
- sdk/v0.9.1
- sdk/v0.9.0
- sdk/v0.8.1
- sdk/v0.8.0
- sdk/v0.7.0
- sdk/v0.6.2
- sdk/v0.6.1
- sdk/v0.6.0
- sdk/v0.5.3
- sdk/v0.5.2
- sdk/v0.5.1
- sdk/v0.5.0
- sdk/v0.4.1
- sdk/v0.4.0
- last-go-modable
- ent-changelog-1.15.9
- ent-changelog-1.15.8
- ent-changelog-1.15.7
- ent-changelog-1.14.13
- ent-changelog-1.14.12
- ent-changelog-1.14.11
- api/v1.15.0
- api/v1.14.0
- api/v1.13.0
- api/v1.12.2
- api/v1.12.1
- api/v1.12.0
- api/v1.11.0
- api/v1.10.0
- api/v1.9.2
- api/v1.9.1
- api/v1.9.0
- api/v1.8.3
- api/v1.8.2
- api/v1.8.1
- api/v1.8.0
- api/v1.7.2
- api/v1.7.1
- api/v1.7.0
- api/v1.6.0
- api/v1.5.0
- api/v1.4.1
- api/v1.4.0
- api/auth/userpass/v0.8.0
- api/auth/userpass/v0.7.0
- api/auth/userpass/v0.6.0
- api/auth/userpass/v0.5.0
- api/auth/userpass/v0.4.1
- api/auth/userpass/v0.4.0
- api/auth/userpass/v0.3.0
- api/auth/userpass/v0.2.0
- api/auth/ldap/v0.8.0
- api/auth/ldap/v0.7.0
- api/auth/ldap/v0.6.0
- api/auth/ldap/v0.5.0
- api/auth/ldap/v0.4.1
- api/auth/ldap/v0.4.0
- api/auth/ldap/v0.3.0
- api/auth/ldap/v0.2.0
- api/auth/kubernetes/v0.8.0
- api/auth/kubernetes/v0.7.0
- api/auth/kubernetes/v0.6.0
- api/auth/kubernetes/v0.5.0
- api/auth/kubernetes/v0.4.1
- api/auth/kubernetes/v0.4.0
- api/auth/kubernetes/v0.3.0
- api/auth/kubernetes/v0.2.0
- api/auth/gcp/v0.8.0
- api/auth/gcp/v0.7.0
- api/auth/gcp/v0.6.0
- api/auth/gcp/v0.5.0
- api/auth/gcp/v0.4.1
- api/auth/gcp/v0.4.0
- api/auth/gcp/v0.3.0
- api/auth/gcp/v0.2.0
- api/auth/azure/v0.7.0
- api/auth/azure/v0.6.0
- api/auth/azure/v0.5.0
- api/auth/azure/v0.4.1
- api/auth/azure/v0.4.0
- api/auth/azure/v0.3.0
- api/auth/azure/v0.2.0
- api/auth/aws/v0.8.0
- api/auth/aws/v0.7.0
- api/auth/aws/v0.6.0
- api/auth/aws/v0.5.0
- api/auth/aws/v0.4.1
- api/auth/aws/v0.4.0
- api/auth/aws/v0.3.0
- api/auth/aws/v0.2.0
- api/auth/approle/v0.8.0
- api/auth/approle/v0.7.0
- api/auth/approle/v0.6.0
- api/auth/approle/v0.5.0
- api/auth/approle/v0.4.1
- api/auth/approle/v0.4.0
- api/auth/approle/v0.3.0
- api/auth/approle/v0.2.0
1 parent
0b58510
commit 34f128f
Showing
6 changed files
with
65 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:improvement | ||
secrets/pki: Add error handling for error types other than UserError or InternalError | ||
``` |