minio / console

Simple UI for MinIO Object Storage :abacus:
https://min.io/docs/minio/linux/index.html
GNU Affero General Public License v3.0
852 stars 282 forks source link

Disable download public verification key #3462

Closed ramondeklein closed 3 weeks ago

ramondeklein commented 4 weeks ago

The MinIO console attempts to verify the license key. It needs the public key to verify the license signature and it downloads the key from subnet. MinIO is not supposed to contact external sites, unless explicitly asked to do so (https://github.com/minio/console/issues/3456).

It now always uses the embedded public key (like it already did when subnet couldn't be reached). All license based products will be moving to AIStor eventually, so having the ability to deal with a rotating public key is less important.