-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
- Loading branch information
1 parent
f2e24d2
commit a1fe75e
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# sigstore OID Information | ||
|
||
## Description | ||
|
||
sigstore maintains its own Private Enterprise Number (57264) with the Internet Assigned Numbers Authority to help identify and organize additional metadata in code signing certificates issued by Fulcio instances. This document aims to provide a simple directory of values in use with an explanation of their meaning. | ||
|
||
## Directory | ||
|
||
Note that all values begin from the root OID 1.3.6.1.4.1.57264 [registered by Dan Lorenc](http://oid-info.com/get/1.3.6.1.4.1.57264): | ||
|
||
# 1.3.6.1.4.1.57264.1 (Fulcio) | ||
- *1.3.6.1.4.1.57264.1.1*: (Issuer) | ||
- This contains the `issuer` claim from the OIDC Identity Token that was presented at the time the code signing certificate was requested to be created. This claim is the URI of the OIDC Identity Provider that digitally signed the identity token. | ||
- *1.3.6.1.4.1.57264.1.2*: (GithubWorkflowTrigger) | ||
- This contains the `event_name` claim from the GitHub OIDC Identity token that contains the name of the event that triggered the workflow run. [(docs)](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#understanding-the-oidc-token) | ||
- *1.3.6.1.4.1.57264.1.3*: (GithubWorkflowSha) | ||
- This contains the `sha` claim from the GitHub OIDC Identity token that contains the commit SHA that the workflow run was based upon. [(docs)](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#understanding-the-oidc-token) | ||
|