minio/internal/config/subnet
Shireesh Anjal 11dc723324
Pass SUBNET URL to console (#18503)
When minio runs with MINIO_CI_CD=on, it is expected to communicate
with the locally running SUBNET. This is happening in the case of MinIO
via call home functionality. However, the subnet-related functionality inside the
console continues to talk to the SUBNET production URL. Because of this,
the console cannot be tested with a locally running SUBNET.

Set the env variable CONSOLE_SUBNET_URL correctly in such cases. 
(The console already has code to use the value of this variable
as the subnet URL)
2023-11-24 09:59:35 -08:00
..
config.go Pass SUBNET URL to console (#18503) 2023-11-24 09:59:35 -08:00
help.go Do not consider subnet api key as secret (#17643) 2023-07-13 12:24:47 -07:00
subnet.go Set logger webhook proxy on subnet proxy change (#16665) 2023-02-27 08:35:36 -08:00