cert-manager-webhook-example/deploy/dnsimple/templates
Michael Lescisin c1db14cfbf
Add the ability to use a DNSimple User API token (#26)
* Allow for the DNSimple account ID to be specified via the dnssimple.accountID value

* Allow for the DNSimple account ID to be manually specified via the DNSIMPLE_ACCOUNT_ID environment variable

Fix incorrect variable specification in main.go

* Allow for the DNSimple account ID to be manually specified via the DNSIMPLE_ACCOUNT_ID environment variable

Fix missing return of nil in main.go

* Fix incorrect double-declaration of env section in deployment.yaml

* Fix incorrect logic when handling DNSIMPLE_ACCOUNT_ID environment variable

* The client.Zones.GetZone check isn't needed in the getExistingRecord function and it prevents User API tokens from being used for authentication - only Account API tokens would work

* Incorporate changes from https://github.com/puzzle/cert-manager-webhook-dnsimple/pull/29 so that the DNSimple accountID may be obtained from the Issuer config if a DNSimple User API token is being used

* Remove unused variable DnsimpleAccountId

* Fix deploy/dnsimple/templates/deployment.yaml - DNSIMPLE_ACCOUNT_ID environment variable doesn't do anything anymore so we can delete it

* Pass the .Values.dnsimple.accountID value down to the staging and production ClusterIssuer configs

* Update README.md with documentation on the dnsimple.accountID parameter

* The ClusterIssuer configs must quote the accountID value so that it is interpreted as a string and not as a number

* Fix indentation level of imagePullSecret in deployment.yaml
2024-04-22 09:14:28 +02:00
..
_helpers.tpl Add support for using an existing token secret 2021-01-20 01:02:53 +01:00
apiservice.yaml Support newer stable APIs in Helm chart 2021-12-01 15:59:24 +01:00
deployment.yaml Add the ability to use a DNSimple User API token (#26) 2024-04-22 09:14:28 +02:00
NOTES.txt feat: initial commit for use with DNSimple 2020-05-26 16:11:53 +02:00
pki.yaml Support newer stable APIs in Helm chart 2021-12-01 15:59:24 +01:00
production.cluster-issuer.yaml Add the ability to use a DNSimple User API token (#26) 2024-04-22 09:14:28 +02:00
rbac.yaml Support newer stable APIs in Helm chart 2021-12-01 15:59:24 +01:00
secret.yaml Add support for using an existing token secret 2021-01-20 01:02:53 +01:00
service.yaml feat: initial commit for use with DNSimple 2020-05-26 16:11:53 +02:00
staging.cluster-issuer.yaml Add the ability to use a DNSimple User API token (#26) 2024-04-22 09:14:28 +02:00