Browse Source

fixing kms issue

Kian 4 years ago
parent
commit
700c2b5869
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/provider/oracle/oracle.go

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

@@ -204,7 +204,7 @@ func (kms *KeyManagementService) NewClient(ctx context.Context, store esv1alpha1
 	return kms, nil
 }
 
-func (kms *KeyManagementService) Close() error {
+func (kms *KeyManagementService) Close(ctx context.Context) error {
 	return nil
 }