lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 1 forks source link

Management tooling - Configuration overview #132

Closed novoj closed 1 week ago

novoj commented 2 months ago

It would be very helpful if we could print current evitaDB instance configuration in evitaLab UI. A simple record io.evitadb.server.configuration.EvitaServerConfiguration to formatted JSON would be sufficient. It's kind of clumsy to check which values are overridden and apply them to defaults just in your head. It'd be great if there was a place where we could see the actual configuration for the instance without any hassle.

lukashornych commented 2 months ago

I think we discussed it in the past but you didn't want it, perhaps because of security? I'm not sure. But I agree, this could be very useful.

novoj commented 2 months ago

I don't think it's a security problem - currently the most sensitive information is the paths on filesystem. And we count with adding an authentication / authorization layer in the future.

lukashornych commented 1 week ago

Further discussed in #103