shikanon / kubeflow-manifests

kubeflow国内一键安装文件
GNU General Public License v3.0
337 stars 117 forks source link

请问minio service的accesskey和secretkey分别是什么? #86

Closed markqiu closed 2 years ago

markqiu commented 2 years ago

安装好集群后,想要通过api访问minio service,但是不知accesskey 和secretkey分别设置的是什么。目前得到如下报错: minio.error.InvalidAccessKeyId: InvalidAccessKeyId: message: The access key Id you provided does not exist in our records.

尝试过的accesskey和secretkey如下:

  1. accesskey/secretkey
  2. mlpipeline_minio_access_key = base64.b64encode( bytes(os.environ.get("MINIO_ACCESS_KEY"), 'utf-8')).decode('utf-8') mlpipeline_minio_secret_key = base64.b64encode( bytes(os.environ.get("MINIO_SECRET_KEY"), 'utf-8')).decode('utf-8')
  3. 谢谢!

markqiu commented 2 years ago

找到啦! 正确答案分别是:minio和minio123。

markqiu commented 2 years ago

设置的地点在: https://github.com/shikanon/kubeflow-manifests/blob/fabba7b895a0db525b7a883fb14e4d3cacccf564/manifest1.3/017-pipeline-env-platform-agnostic-multi-user.yaml#L2163

markqiu commented 2 years ago

设置的地点在: https://github.com/shikanon/kubeflow-manifests/blob/fabba7b895a0db525b7a883fb14e4d3cacccf564/manifest1.3/017-pipeline-env-platform-agnostic-multi-user.yaml#L2163