-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
[BREAK] Remove patch info from endpoint /api/info for non-logged in users #16050
Conversation
@diegolmello Please evaluate if mobile client is going to get hit by it. |
@tassoevan No impact on mobile apps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have added 1 .js files, please convert to ts(x).
app/api/server/lib/server-info.js
Is it correct that I now have to give my monitoring tools full admin API access when they're only supposed to read the currently used version? At least that's what I read from this change. |
closes #11721
If you need the full version for any reason, you should make the request using a
loginToken
.. We recommend using Personal Access Tokens for automated API usage.