externalsecret-operator icon indicating copy to clipboard operation
externalsecret-operator copied to clipboard

An operator to fetch secrets from cloud services and inject them in Kubernetes

Results 23 externalsecret-operator issues
Sort by recently updated
recently updated
newest added

Right now the url to access the vault is concatenated with a fixed string template: `fmt.Sprintf("https://%s.vault.azure.net", a.keyvault)` That url is actually different depending on the Access plane ([Global, Azure China...

The helm chart introduced in #4 should be made available in Container Solutions helm chart repository https://github.com/ContainerSolutions/helm-charts

good first issue
kubernetes

Currently we create images for the testing process that might not end up being useful. These images are pushed to the registry regardless in order to run tests on real...

enhancement
good first issue
hacktoberfest

**Describe the solution you'd like** Change the master branch to a main branch and adapt pipelines accordingly. **What is the added value?** With this we will be more inclusive and...

good first issue
configuration

**Describe the solution you'd like** - [ ] Helm chart setup added to the project. - [ ] CI testing the helm chart **What is the added value?** Users can...

enhancement
help wanted
good first issue
hacktoberfest

**Describe the solution you'd like** Google Kubernetes Engine incorporates an authentication mechanism called [Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) (WID) that seamlessly allows pods running under a Kubernetes Service Account (KSA) to interact with...

**Describe the solution you'd like** Remember to add notice to Readme letting users know that we moved to GH Packages Registry **What is the added value?** So people are not...

good first issue
documentation

I am opening this issue as a general issue to attract hacktoberfestians, but we can later open sub-issues to be more specific on what types of testes and where we...

enhancement
help wanted
good first issue
testing
hacktoberfest

**Describe the solution you'd like** Make necessary changes to the project to be able to use doc.crds.dev. **What is the added value?** Would be very nice to have an autogenerated...

good first issue

**Describe the solution you'd like** Provision to change the target key name. **Give us examples of the outcome** ```yaml apiVersion: secrets.externalsecret-operator.container-solutions.com/v1alpha1 kind: ExternalSecret metadata: name: app-config spec: storeRef: name: asm...