[PR #1025] Route53 Signer and Provider #934

Open
opened 2025-11-20 04:26:35 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/1025
Author: @enriquemanuel
Created: 8/8/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 97210fb Move Signer to AWS Signer

📊 Changes

5 files changed (+397 additions, -239 deletions)

View changed files

📝 go.mod (+2 -0)
📝 go.sum (+8 -0)
📝 internal/provider/providers/route53/provider.go (+91 -119)
📝 internal/provider/providers/route53/signer.go (+57 -72)
📝 internal/provider/providers/route53/signer_test.go (+239 -48)

📄 Description

  • Move the Signer to use AWS SDK
  • Allow to specify AWS_PROFILE or Keys
  • If using aws_profile it can be with SSO and Session Tokens
  • Show the role and or profile being used in logs

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/1025 **Author:** [@enriquemanuel](https://github.com/enriquemanuel) **Created:** 8/8/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`97210fb`](https://github.com/qdm12/ddns-updater/commit/97210fbb9cca4bd25f2455a88e51ae34ca85f843) Move Signer to AWS Signer ### 📊 Changes **5 files changed** (+397 additions, -239 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -0) 📝 `go.sum` (+8 -0) 📝 `internal/provider/providers/route53/provider.go` (+91 -119) 📝 `internal/provider/providers/route53/signer.go` (+57 -72) 📝 `internal/provider/providers/route53/signer_test.go` (+239 -48) </details> ### 📄 Description - Move the Signer to use AWS SDK - Allow to specify AWS_PROFILE or Keys - If using aws_profile it can be with SSO and Session Tokens - Show the role and or profile being used in logs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:26:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#934