letsencrypt / letsencrypt/boulder
ACMEv2: "orders" field missing in account info
Open
Nobody has claimed this yet.
area/wfe
kind/feature
kind/spec-compliance
layer/api
- Dominant language
- Go
- Stars
- 5.8k
- Forks
- 649
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 24
Description
When I POST an empty update to my account URL I get this:
{
"id": 5337306,
"key": {
"kty": "RSA",
"n": "<redacted>",
"e": "AQAB"
},
"contact": [
"mailto:<redacted>"
],
"agreement": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
"initialIp": "<redacted>",
"createdAt": "2018-01-05T01:29:21Z",
"status": "valid"
}
There is no orders field as required by https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html#rfc.section.7.1.2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the account URL handler for an empty POST and inspect how the account information response is serialized. Compare the response with ACME section 7.1.2; done means the required orders field is included in the returned account information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100