Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mantle: overhaul aliyun auth #3147

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 27, 2022

  1. mantle: overhaul aliyun auth

    The Aliyun SDK has a native file format it can consume for
    credentials [1]. This commit proposes we use that file format
    here and drop the custom JSON parsing that we're doing for Aliyun.
    
    This commit also drops the toplevel `--config` argument in
    `cmd-ore-wrapper` because Aliyun was the only consumer of that argument.
    
    [1] https://github.com/aliyun/alibaba-cloud-sdk-go/blob/710fea6cf27cf855f301462a2adcf3399169f63c/docs/2-Client-EN.md#2-credentials-file
    dustymabe committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1dd027b View commit details
    Browse the repository at this point in the history