Skip to content

Releases: replit/go-replidentity

v0.0.15

31 Aug 21:49
9a8f070
Compare
Choose a tag to compare

Add more fields to the token. Notably we now add user ID (checked with claims), subcluster (also checked with claims), and runtime information (where the token was minted).

v0.0.14

11 May 15:05
68e7cd9
Compare
Choose a tag to compare
Don't panic when pubkey is empty (#23)

Change path Repl Identity file is read from

07 Apr 20:21
dfc7692
Compare
Choose a tag to compare
v0.0.13

Change Repl Identity file path (#22)

Read identity from a file

03 Apr 13:54
9d4461a
Compare
Choose a tag to compare
  • Read identity token from /etc/replidentity and key from /etc/replidentity.key
  • Fall back to environment variables if files do not exist

Add support for renewal token verification

28 Mar 12:58
b3673b3
Compare
Choose a tag to compare
Add renewal token verification (#20)

* Add renewal token verification

* Add tests

* Add renew_identity claim to the root cert

* fix

* Update cert and privkey

* Add negative test

Add BuildInfo to signed identity

18 Mar 20:14
b2c4ab4
Compare
Choose a tag to compare

Add BuildInfo to signed identity

v0.0.9

15 Mar 20:28
099bb05
Compare
Choose a tag to compare

Add BuildInfo to proto

v0.0.8

06 Mar 20:43
ea64d3b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7: Update api/signing.proto (#14)

02 Mar 20:36
ad59d9d
Compare
Choose a tag to compare

v0.0.6

31 Jan 00:23
dc1d904
Compare
Choose a tag to compare

Added Bazel build files.