lasdf1234 opened a new issue, #12750: URL: https://github.com/apache/gravitino/issues/12750
### What would you like to be improved? After #12580 / #12581, all metadata-`hidden` properties are returned as `******` so the UI can edit credentials. That also applies to **reserved + hidden** keys such as `gravitino.identifier` and `metalake-in-use`. Those keys cannot be set by users and are not meant to be edited in the UI, so returning `******` is useless and leaks internal key names. ### How should we improve? On the API read path: - **Omit** reserved+hidden properties - **Keep masking** editable hidden properties (credentials / secret URNs) as `******` Refactor slightly with `PropertyResponsePolicy` + `forApiResponse(...)` so omit vs mask is explicit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
