Bump the go-dependencies group with 3 updates (#17)
Bumps the go-dependencies group with 3 updates: github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/config and github.com/aws/aws-sdk-go-v2/service/secretsmanager.
Updates
github.com/aws/aws-sdk-go-v2from 1.32.4 to 1.43.3Commits
e022bf5Release 2026-07-31.237db31fRegenerated Clients743701aUpdate API model5555cc0upgrade to smithy-go v1.27.6 (#3505)b0c4f28Release 2026-07-318c94f29Regenerated Clientsd4d7af9Update endpoints model3dd4c38Update API model2f4fc72Release 2026-07-308348643Regenerated Clients- Additional commits viewable in compare view
Updates
github.com/aws/aws-sdk-go-v2/configfrom 1.28.4 to 1.32.34Commits
e022bf5Release 2026-07-31.237db31fRegenerated Clients743701aUpdate API model5555cc0upgrade to smithy-go v1.27.6 (#3505)b0c4f28Release 2026-07-318c94f29Regenerated Clientsd4d7af9Update endpoints model3dd4c38Update API model2f4fc72Release 2026-07-308348643Regenerated Clients- Additional commits viewable in compare view
Updates
github.com/aws/aws-sdk-go-v2/service/secretsmanagerfrom 1.34.5 to 1.44.3Commits
70e9f3dRelease 2025-09-10e620ecbRegenerated Clientsb412203Update endpoints model89f42efUpdate API modeld71b109Bump smithy go version to allow unused required parameter in endpoint rule se...f68827fRelease 2025-09-09d1748bfRegenerated Clients00307c0Update endpoints model424be93Update API model648027eRelease 2025-09-08- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don’t alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency’s major version (unless you unignore this specific dependency’s major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency’s minor version (unless you unignore this specific dependency’s minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSigned-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
sunlight-secretmanager
sunlight-secretmanager is a command-line tool to manage a Sunlight CT Log’s private key material.
All CT logs have a private key which they use to create Signed Certificate Timestamps (SCTs) and Signed Tree Heads (STHs). Sunlight does not take this private key as input directly. Instead, its configuration requires two file paths:
The purpose of sunlight-secretmanager is to authenticate to AWS Secrets Manager, retrieve a stored seed, use that seed to derive the corresponding pubkey, and write both files to disk in a tmpfs. It knows what seed to retrieve and where to write the output files by parsing the same config file which configures the Sunlight log itself.
If it successfully retrieves a secret from AWS Secrets Manager but that secret is empty, it will generate a new seed and save it back to AWS before proceeding. This allows for seamless setup of new log shards simply by adding them to Terraform.
Usage
Sign in the AWS SDK so it populates your environment with the appropriate values, and then: