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

auth_required missed when upgrade to 2.9.8 #3673

Closed
RyouZhang opened this issue Dec 2, 2022 · 2 comments
Closed

auth_required missed when upgrade to 2.9.8 #3673

RyouZhang opened this issue Dec 2, 2022 · 2 comments

Comments

@RyouZhang
Copy link

RyouZhang commented Dec 2, 2022

in 2.9.7, auth_required = true server info returned
when upgrading to 2.98 auth_required will not return

my nats server config:

server_name: xxx
port: 4222

resolver: URL(http://xxxxx/accounts/)
monitor_port: 8222

jetstream: enabled

jetstream {
store_dir: /data
max_mem: 256M
max_file: 3G
}

cluster {
name: "SAOP"
port: 6222

routes = [
"nats://nats-be-0:6222",
"nats://nats-be-1:6222",
"nats://nats-be-2:6222",
]
}

operator = /etc/nats-config/SAOP.jwt
system_account = xxxxxxx

leaf {
port: 7422
}

@RyouZhang
Copy link
Author

i think the issue code is #3659

@derekcollison
Copy link
Member

This is a known issue that is fixed in main.

You can clear by sending a reload signal.
If you are using a java client there is an upgraded library that resolves an issue where it fails to authenticate.

Will be part of 2.9.9 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants