Skip to content
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

[ADDED] User Information requests at $SYS.REQ.USER.INFO #3671

Merged
merged 4 commits into from Nov 28, 2022
Merged

Commits on Nov 27, 2022

  1. Remove "" and replace with _EMPTY_

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    62ce2e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Add in user info requests to have connected users get info for bound …

    …account and permissions.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d2f1b04 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    baf9f42 View commit details
    Browse the repository at this point in the history
  3. Add in expiration to user info.

    This is only added if set by a user or account expiration claim.
    It is represented as a duration til expiration vs absolute time which would involve time zone and clock sync issues.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8365fb3 View commit details
    Browse the repository at this point in the history