Minio STS:提供程序jwt不存在

问题描述

我正在尝试使用邮递员我请求(POST)呼叫minIO的AssumeRoleWithClientGrants

http://localhost:9000/?Action=AssumeRoleWithClientGrants&DurationSeconds=10000&Token=__SOME_TKN____&Version=2011-06-15

解决

对于任何试图解决此问题的人:此错误意味着minio无法读取您的.../.well-kNown/openid-configuration网址*。

@H_404_15@
  • (通过MINI_IDENTITY_OPENID_CONfig_URL或json cnofig文件中的ident_openid> config_url设置)

  • 但是我得到这个回应:

    <?xml version="1.0" encoding="UTF-8"?>
    <ErrorResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
        <Error>
            <Type></Type>
            <Code>InvalidParameterValue</Code>
            <Message>provider jwt doesn't exist</Message>
        </Error>
        <RequestId>163E438F6C8286CC</RequestId>
    </ErrorResponse>
    

    我还运行了this python example,当我单击“身份验证”然后批准一次--WSO2--时,它会将我重定向显示错误页面

    botocore.exceptions.ClientError: An error occurred (InvalidParameterValue) when calling the AssumeRoleWithWebIdentity operation: provider jwt doesn't exist

    任何帮助将不胜感激,

    解决方法

    暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

    如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

    小编邮箱:dio#foxmail.com (将#修改为@)