V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
The Go Programming Language
http://golang.org/
Go Playground
Go Projects
Revel Web Framework
mywget

有用过 azure-sdk-for-go 的么, 请问认证授权怎么弄啊!

  •  
  •   mywget · Dec 29, 2020 · 2020 views
    This topic created in 1952 days ago, the information mentioned may be changed or developed.

    卡在认证这一步了, 想来操作 vm

    5 replies    2020-12-30 17:34:47 +08:00
    Itoktsnhc
        1
    Itoktsnhc  
       Dec 29, 2020
    go 的没用过,.net 的需要在 azure 上新建一个 AD 应用 然后通过这个应用的名称 /租户名称 /密码这些东西来权限认证,看了下 go 的 sample 也很像:
    Itoktsnhc
        2
    Itoktsnhc  
       Dec 29, 2020
    https://github.com/Azure-Samples/azure-sdk-for-go-samples:

    To use service principal authentication, create a principal by running az ad sp create-for-rbac -n "<yourAppName>" and set the following environment variables. You can copy .env.tpl to a .env file in each package for ease of use.

    export AZURE_SUBSCRIPTION_ID=
    export AZURE_TENANT_ID=
    export AZURE_CLIENT_ID=
    export AZURE_CLIENT_SECRET=

    export AZURE_LOCATION_DEFAULT=westus2
    export AZURE_BASE_GROUP_NAME=azure-samples-go
    export AZURE_KEEP_SAMPLE_RESOURCES=0
    mywget
        4
    mywget  
    OP
       Dec 30, 2020
    @Itoktsnhc 我看过这个, 但是他把认证函数都封装在内部了, 我想把它抽出来, 能力不够被绕晕了, 我用过 python 的认证比 go 的好很多
    Itoktsnhc
        5
    Itoktsnhc  
       Dec 30, 2020
    @mywget 嗯 需要提供一个 Service principal 就行
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   830 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 22:35 · PVG 06:35 · LAX 15:35 · JFK 18:35
    ♥ Do have faith in what you're doing.