Set up GoDaddy API credentials in ~/secrets/godaddy #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Prerequisite for all SDK integration tests and live usage.
Repo
ldraney/godaddy-sdk(docs only),~/secrets/godaddy/(credentials)User Story
As Lucas
I want GoDaddy API credentials stored in the standard secrets location
So that the SDK and MCP server can authenticate
Context
GoDaddy API uses
sso-key {API_KEY}:{API_SECRET}auth. Keys are generated atdeveloper.godaddy.com/keys. Need a production key (OTE keys can't manage real domains).File Targets
~/secrets/godaddy/.env—GODADDY_API_KEYandGODADDY_API_SECRETdocs/auth.md— authentication setup guideFeature Flag
None.
Acceptance Criteria
~/secrets/godaddy/.envexists with valid credentialssource ~/secrets/godaddy/.env && curl -s -H "Authorization: sso-key $GODADDY_API_KEY:$GODADDY_API_SECRET" https://api.godaddy.com/v1/domainsreturns owned domainsTest Expectations
Constraints
Checklist
Related
project-godaddy-sdk