Browse Source

Remove unused constant, errInvalidSecret

rodmartinez 4 years ago
parent
commit
b962666b1c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/provider/oracle/oracle.go

+ 0 - 1
pkg/provider/oracle/oracle.go

@@ -48,7 +48,6 @@ const (
 	errJSONSecretUnmarshal                   = "unable to unmarshal secret: %w"
 	errMissingKey                            = "missing Key in secret: %s"
 	errUnexpectedContent                     = "unexpected secret bundle content"
-	errInvalidSecret                         = "invalid secret received. no secret string nor binary for key: %s"
 )
 
 type client struct {