-
Notifications
You must be signed in to change notification settings - Fork 1
feat(rust): Upgrade the Catalyst Key Id to be a more general Catalyst ID which can be used both as a Key ID and a registration ID. #159
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d42b9a3
feat(docs): Enhance the catalyst rbac URI so it can be used as a gene…
stevenj e992aee
fix(rust): rename the kid_uri to just an id_uri to better reflect its…
stevenj 5bad43a
fix(rust): remove cruft
stevenj 42a4a99
feat(rust): New catalyst IdUri type to replace the more limited Kid
stevenj 5961bdd
docs(docs): cleanup the project dict
stevenj 22e0d29
docs(docs): Replace <key> with a concrete valid example public key
stevenj 1299f97
docs(docs): Fix documentation inconsistencies
stevenj 784ae1b
Update docs/src/architecture/08_concepts/rbac_id_uri/catalyst-id-uri.md
stevenj 59a2ce4
fix(docs): Spelling issue
stevenj 74d6fb5
Merge branch 'feat/cat-kid-to-cat-id' of github.com:input-output-hk/c…
stevenj 5cda5d3
Update rust/catalyst-types/src/id_uri/mod.rs
stevenj 9ea0364
Update docs/src/architecture/08_concepts/rbac_id_uri/catalyst-id-uri.md
stevenj a6ef2a6
Merge branch 'main' into feat/cat-kid-to-cat-id
stevenj f1303dc
fix(rust): Remove role and rotation from new as we should use `with_r…
stevenj 40fc69a
Merge branch 'feat/cat-kid-to-cat-id' of github.com:input-output-hk/c…
stevenj a481394
fix(rust): Fail correctly if converting from &[u8] and the data isn't…
stevenj 4435c5c
docs(rust): fix comment
stevenj 70cb89d
docs(docs): add nsecs to project dictionary
stevenj fc39558
fix(rust): clamp a specific nonce, in case it was attempted to be set…
stevenj 74e7881
Merge branch 'main' into feat/cat-kid-to-cat-id
stevenj 1ab9e14
docs(rust): improve documentation of a number of public functions in …
stevenj 994d79c
Merge branch 'main' into feat/cat-kid-to-cat-id
stevenj c8f7737
Merge branch 'main' into feat/cat-kid-to-cat-id
stevenj 2562519
fix(rust): Fix doc test
stevenj c03ed5b
Merge branch 'feat/cat-kid-to-cat-id' of github.com:input-output-hk/c…
stevenj c3bc9a1
Merge branch 'main' into feat/cat-kid-to-cat-id
stevenj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -238,8 +238,8 @@ slotno | |
| smac | ||
| stevenj | ||
| stringzilla | ||
| subsec | ||
| subnetwork | ||
| subsec | ||
| symlinkat | ||
| syscall | ||
| tacho | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
...hitecture/08_concepts/rbac_kid_uri/.pages → ...chitecture/08_concepts/rbac_id_uri/.pages
This file contains hidden or 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 |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| title: RBAC KID (Key Identifier) URI | ||
| arrange: | ||
| - kiduri.md | ||
| - catalyst-id-uri.md |
This file contains hidden or 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
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.