I found that the Harbor provider does not support external secret stores. When I set the external-secrets-stores flag in the provider config the provider pod is failing with an nil pointer exception.
I had a look at the features.go file and found that the issue is most likely due to writing "xpfeature.Flag" instead of "feature.Flag", here an example where from the vault-provider
I will supply another pull request to address this issue.
Hi @lornest
I found that the Harbor provider does not support external secret stores. When I set the external-secrets-stores flag in the provider config the provider pod is failing with an nil pointer exception.
Here the logs from the provider pod
I had a look at the features.go file and found that the issue is most likely due to writing "xpfeature.Flag" instead of "feature.Flag", here an example where from the vault-provider
I will supply another pull request to address this issue.