Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shela (0.13 sec)

  1. docs/sts/assume-role.md

            "AccessKeyId": "K9DTIMUVZXEXJL3ATUOY"
        }
    }
    ```
    
    ### Testing an example with `assume-role.go`
    
    The included program in this directory can also be used for testing:
    
    ``` shell
    $ go run assume-role.go -u foobar -p foo12345 -d
    Only displaying credentials:
    AccessKeyID: 27YDRYEM0S9B44AJJX9X
    SecretAccessKey: LHPdHeaLiYk+pDZ3hgN3sdwXpJC2qbhBfZ8ii9Z3
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 7.1K bytes
    - Viewed (0)
Back to top