console
console copied to clipboard
MinIO Config get APIs change needs updates in console
The Config Get API in MinIO now returns info about existing environment variables in the server. The client function for parsing the output is https://github.com/minio/madmin-go/blob/main/parse-config.go#L328 (ParseServerConfigOutput). This function returns info about environment overrides as well. Documentation is being updated in https://github.com/minio/madmin-go/pull/119.
The console UI can now be enhanced to show that certain configuration parameters are set in the server environment and so cannot be set via the configuration pages.
The config parsing change has been incorporated in https://github.com/minio/console/pull/2251 but only attempts to keep existing behavior.