ionos-cloud / external-dns-ionos-webhook

External-DNS Webhook to manage IONOS DNS Records
https://cloud.ionos.de
Apache License 2.0
17 stars 2 forks source link

Invalid JWT check #40

Closed hans-fischer closed 2 months ago

hans-fischer commented 2 months ago

In the file: cmd/webhook/init/dnsprovider/dnsprovider.go

You are checking for iss = ionoscloud. That check is not valid. We get a jwt issued by bechtlecloud when we getting a ionos-cloud jwt.

Could you please correct the problem so we can use your webhook?

Kind regards Hans Fischer

akrieg-ionos commented 2 months ago

@hans-fischer thanks for your feedback, currently we are checking this issue, i will keep you up to date regarding this, i am quite sure that we have a solution for you very soon.

akrieg-ionos commented 2 months ago

using image v0.6.1 should fix the problem