Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flesh out The Workload Identity Token section #8

Merged
merged 10 commits into from
Jun 13, 2024
Merged

Conversation

bc-pi
Copy link
Collaborator

@bc-pi bc-pi commented Jun 5, 2024

Yaron Sheffer
[8:31 AM May 30 in slack]
To summarize the near term plan:
Joe: security considerations and interaction with TLS
Brian: ID Token and DPoP-inspired
Yaron: Message Signatures

This PR is the "ID Token" part.

A preview editors' copy of this PR can be seen at http://www.sheffer.org/wimse-s2s/bc-workload-id-token/draft-sheffer-wimse-s2s-protocol.html

@bc-pi bc-pi requested a review from yaronf as a code owner June 5, 2024 19:20
draft-sheffer-wimse-s2s-protocol.md Show resolved Hide resolved
draft-sheffer-wimse-s2s-protocol.md Show resolved Hide resolved
draft-sheffer-wimse-s2s-protocol.md Show resolved Hide resolved
draft-sheffer-wimse-s2s-protocol.md Show resolved Hide resolved
@yaronf
Copy link
Collaborator

yaronf commented Jun 6, 2024

Also, as discussed, please add a header definition in the following section.

@yaronf
Copy link
Collaborator

yaronf commented Jun 7, 2024

@bc-pi Can you also include the private key of the service (the one that corresponds to the public key included in the WIT) so we can extend the example, e.g. for message sigs.

@bc-pi
Copy link
Collaborator Author

bc-pi commented Jun 7, 2024

@bc-pi Can you also include the private key of the service (the one that corresponds to the public key included in the WIT) so we can extend the example, e.g. for message sigs.

Yeah, I'll add it somewhere with those examples. In the meantime though:

{
 "kty":"OKP",
 "crv":"Ed25519",
 "x":"_amRC3YrYbHhH1RtYrL8cSmTDMhYtOUTG78cGTR5ezk",
 "d":"G4lGAYFtFq5rwyjlgSIRznIoCF7MtKDHByyUUZCqLiA"
}

@bc-pi bc-pi merged commit 5cdb022 into main Jun 13, 2024
2 checks passed
@yaronf yaronf deleted the bc-workload-id-token branch July 3, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants