cloudevents / cloudevents/spec
[Subscription API] add credentail type cloud in subscription spec sink credentials
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5.9k
- Forks
- 613
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 3
Description
Under the subscription spec Sink Credentials the predefined credentail types are "PLAIN", "ACCESSTOKEN", and "REFRESHTOKEN". Now more and more applications are using products in the cloud. The authentication of cloud generally using accessKeyId and secretAccessKey, it is differcent with existing credentail types, i think it is necessary add a new credentail type "CLOUD"
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 with section 3.2.3, “Sink Credentials,” in subscriptions/spec.md and review how PLAIN, ACCESSTOKEN, and REFRESHTOKEN are defined. Determine the required semantics and naming for a CLOUD credential using accessKeyId and secretAccessKey; done means the subscription specification clearly defines the new credential type and its fields.
Written by the indexing model from the issue text.
Assessment
- Domain
- cloud, documentation
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100