You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ The authorization registry has three main tables:
127
127
128
128
| Table | Key Columns | Purpose |
129
129
|---|---|---|
130
-
|`principal_signing_keys`|`key_id`, `algorithm`, `public_key_spki_der`, `pubkey_sha256`, `not_before`, `not_after`, `revoked_at`| Stores trusted P-256 public keys that may sign permissions. |
130
+
|`principal_signing_keys`|`key_id`, `algorithm`, `public_key_spki_der`, `not_before`, `not_after`, `revoked_at`| Stores trusted P-256 public keys that may sign permissions. |
131
131
|`principal_key_permissions`|`signing_key_id`, `subject_identity`, `destination`, `not_before`, `not_after`, `revoked_at`| Defines what each signing key is allowed to delegate. |
132
132
|`permission_registry`|`permission_id`, `signing_key_id`, `subject_identity`, `destination`, `not_before`, `not_after`, `revoked_at`, `signature`| Stores signed permissions that authorize a subject identity to reach a normalized destination. |
0 commit comments