Skip to content

Commit

Permalink
backport PSS and PKI delete fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Apr 23, 2024
1 parent b9d267b commit fcb603f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions service/controller/resources/vaultaccess/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ var vaultAccessError = &microerror.Error{
// temporarily replies with HTTP responses. In such cases we intend to cancel
// reconciliation and wait until Vault is fully operational again.
//
// Get https://vault.g8s.amag.ch:8200/v1/sys/mounts: http: server gave HTTP response to HTTPS client
//
// Get https://vault.g8s.amag.ch:8200/v1/sys/mounts: http: server gave HTTP response to HTTPS client
func IsVaultAccess(err error) bool {
if err == nil {
return false
Expand Down

0 comments on commit fcb603f

Please sign in to comment.