Skip to content

Commit

Permalink
Update server/routerlicious/.changeset/weak-radios-camp.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Villarreal <716334+alexvy86@users.noreply.github.com>
  • Loading branch information
dhr-verma and alexvy86 authored Dec 26, 2024
1 parent c329bac commit ded23b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routerlicious/.changeset/weak-radios-camp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Now Riddler supports using private keys to sign server access tokens

Riddler's tenant manager now exposed two new properties - `enablePrivateKeyAccess` and `enableSharedKeyAccess`. These respectively indicate whether a tenant can be accessed using hidden private keys and whether a tenant can be accessed using shared secrets. The APIs added support toggling the `enablePrivateKeyAccess` prop. They also support fetching these new keys and refreshing these new keys. All calls to manipulate private keys should be made from witin the server.
Riddler's tenant manager now exposes two new properties - `enablePrivateKeyAccess` and `enableSharedKeyAccess`. These respectively indicate whether a tenant can be accessed using hidden private keys and whether a tenant can be accessed using shared secrets. APIs now support toggling the `enablePrivateKeyAccess` prop. They also support fetching these new keys and refreshing these new keys. All calls to manipulate private keys should be made from within the server.

0 comments on commit ded23b4

Please sign in to comment.