Minimize /api/config exposure #489
vaguirre830
started this conversation in
General
Replies: 2 comments
|
Anyone have some thoughts on this? Thank you! |
0 replies
|
Hey @danny-avila , do you have any thoughts on this? Thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello there! My organization uses LibreChat and we recently underwent a security audit. There was a finding that mentioned
https://<Librechat>/api/configwas exposed to the public although this appears to be by design. I confirmed that the config file is sanitized with no sensitive information, but is there a method to not expose so much information about the types of logins? Or is there perhaps a way to only show a minimal config file to unauthenticated users?I found an old, similar discussion from 2024 but I couldn't find any recent info: danny-avila/LibreChat#3104
All reactions