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

Add ClusterTraffic to account claims #223

Merged
merged 3 commits into from
Sep 10, 2024
Merged

Add ClusterTraffic to account claims #223

merged 3 commits into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. Add ClusterTraffic to account claims

    For supporting nats-io/nats-server#5466.
    
    For now expected values would be:
    * `"system"` - use the system account (default, as today)
    * `"owner"` - use the same account that owns the asset
    * `"account:ACCNAME"` - use a third specified `ACCNAME`
    
    Signed-off-by: Neil Twigg <[email protected]>
    neilalexander committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bc9fb5f View commit details
    Browse the repository at this point in the history
  2. Update CI to use latest stable Go version

    Signed-off-by: Neil Twigg <[email protected]>
    neilalexander committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2e1251e View commit details
    Browse the repository at this point in the history
  3. Fix lint errors, probably from new staticcheck version

    Signed-off-by: Neil Twigg <[email protected]>
    neilalexander committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1378f59 View commit details
    Browse the repository at this point in the history