Matthias Hanel
cf6fcda75c
Added default_permissions to accounts and account jwt
...
Signed-off-by: Matthias Hanel <mh@synadia.com >
2020-06-02 16:06:01 -04:00
aricart
e7590f3065
jwt2 testbed
2020-06-01 18:00:13 -04:00
Derek Collison
19cf156d00
go.mod cleanup
...
Signed-off-by: Derek Collison <derek@nats.io >
2020-05-31 05:46:16 -07:00
Derek Collison
dbde2479c2
Add in headers to consumer delivered messages
...
Signed-off-by: Derek Collison <derek@nats.io >
2020-05-30 15:03:54 -07:00
Derek Collison
eca04c6fce
First pass header support for JetStream
...
Signed-off-by: Derek Collison <derek@nats.io >
2020-05-30 10:04:23 -07:00
R.I.Pienaar
fab4d00141
de-humanize
...
Signed-off-by: R.I.Pienaar <rip@devco.net >
2020-05-19 14:16:03 -07:00
Derek Collison
0d44a6150a
More debug info on startup and restore
...
Signed-off-by: Derek Collison <derek@nats.io >
2020-05-19 14:15:11 -07:00
Derek Collison
39aba7de92
filestore first pass
...
Signed-off-by: Derek Collison <derek@nats.io >
2020-05-19 14:12:28 -07:00
Matthias Hanel
a989024075
Picking up jwt branch corresponding to this change
...
Signed-off-by: Matthias Hanel <mh@synadia.com >
2020-05-18 18:57:39 -04:00
Ivan Kozlovic
b329215af3
Release v2.1.7
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2020-05-13 19:40:49 -06:00
Ivan Kozlovic
182e30adb6
Update dependencies
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2020-03-30 18:23:43 -06:00
Ivan Kozlovic
4a03b6382e
Release 2.1.2
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2019-11-18 15:22:52 -07:00
Derek Collison
fccf147898
Updated JWT dependency
...
Signed-off-by: Derek Collison <derek@nats.io >
2019-09-20 10:13:09 -07:00
Derek Collison
0551371b31
Add in JWT support for tracking latency
...
Signed-off-by: Derek Collison <derek@nats.io >
2019-09-18 08:51:43 -07:00
Ivan Kozlovic
07e3db6b8e
Prepare for v2.0.4 with goreleaser
...
Also fixed some flappers
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2019-08-15 09:06:56 -06:00
Stephen Asbury
4d63709852
Added support for service response types
...
Test checks that response types are initialized
Updated to latest JWT library with response types
Updated jwt in vendor
2019-08-09 17:54:17 -07:00
Derek Collison
bf902d9e7c
Add in user JWT support for ResponsePermissions
...
Signed-off-by: Derek Collison <derek@nats.io >
2019-07-26 16:15:13 -07:00
Derek Collison
2cad1055c7
Update modules and vendor
...
Signed-off-by: Derek Collison <derek@nats.io >
2019-07-11 11:34:32 -07:00
Ivan Kozlovic
ed1901c792
Update go.mod to satisfy v2 requirements
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2019-06-03 19:45:47 -06:00
Derek Collison
3cf6f6a5d2
Bug fix for service import with leafnodes and gws
...
Signed-off-by: Derek Collison <derek@nats.io >
2019-05-31 11:22:02 -07:00
Derek Collison
d7140a0fd1
Update for client rename
...
Signed-off-by: Derek Collison <derek@nats.io >
2019-05-10 15:11:30 -07:00
Alberto Ricart
84a7e289b0
Added support for account signing keys. ( #962 )
...
* Added support for account signing keys. When account signing keys change
the validity of the client JWT and token imports need to be checked as well
as it is possible for the signing key used to sign the user or import
token to have been removed from the source account.
2019-04-18 19:08:26 -05:00
Derek Collison
0f98b1506f
Update to gomod with vendor directory, update vendored pkgs
...
Signed-off-by: Derek Collison <derek@nats.io >
2019-04-09 17:41:57 -07:00
Derek Collison
c87702fd7c
jwt lib update, bumped version
...
Signed-off-by: Derek Collison <derek@nats.io >
2018-12-12 20:43:07 -08:00
Derek Collison
41575be620
Update jwt dependency
...
Signed-off-by: Derek Collison <derek@nats.io >
2018-12-08 08:43:31 -08:00
Derek Collison
2d54fc3ee7
Account lookup failures, account and client limits, options reload.
...
Changed account lookup and validation failures to be more understandable by users.
Changed limits to be -1 for unlimited to match jwt pkg.
The limits changed exposed problems with options holding real objects causing issues with reload tests under race mode.
Longer term this code should be reworked such that options only hold config data, not real structs, etc.
Signed-off-by: Derek Collison <derek@nats.io >
2018-12-05 14:25:40 -08:00
Derek Collison
e2ce2c0cff
Change to RawURLEncoding
...
Signed-off-by: Derek Collison <derek@nats.io >
2018-11-29 17:04:58 -08:00
Derek Collison
8fe0fa7057
Updated jwt vendor
...
Signed-off-by: Derek Collison <derek@nats.io >
2018-11-24 09:36:30 -08:00
Derek Collison
a2e310ffc1
Vendor jwt, fixes for nkey, jwt changes
...
Signed-off-by: Derek Collison <derek@nats.io >
2018-11-21 19:22:04 -08:00
Derek Collison
0ee714ce28
Add JWT support for users, accounts and import activations.
...
Add in trusted keys options and binary stamp
User JWT and Account fetch with AccountResolver
Account and User expiration
Account Imports/Exports w/ updates
Import activation expiration
Signed-off-by: Derek Collison <derek@nats.io >
2018-11-21 10:36:32 -08:00
Derek Collison
16c0f5b7f4
Update for nkey changes
...
Signed-off-by: Derek Collison <derek@nats.io >
2018-09-13 11:41:28 -07:00
Derek Collison
08b6be644d
Vendor nkeys
...
Signed-off-by: Derek Collison <derek@nats.io >
2018-09-12 08:42:57 -07:00
Derek Collison
3cd4a24f2f
Updated nuid
2018-03-16 15:46:14 -07:00
Derek Collison
61e0b758d7
Updates for Go client rename, update vendor dependencies
2016-11-20 13:15:37 -08:00
Derek Collison
21ec036da4
Add in vendor support
2016-04-05 10:52:40 -07:00