NetApp / terraform-provider-netapp-cloudmanager

Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP.
Mozilla Public License 2.0
17 stars 27 forks source link

Does the provider support assume-role type of authentication? #197

Open wooyoungAhn opened 5 months ago

wooyoungAhn commented 5 months ago

Hello I am accessing other accounts through assume-role between other accounts. However, it appears that profile information cannot be retrieved.

> aws configure list --profile cm
      Name                    Value             Type    Location
      ----                    -----             ----    --------
   profile                   cm             manual    --profile
access_key     ****************VSU3      assume-role
secret_key     ****************6VUD      assume-role
    region           ap-northeast-2      config-file    ~/.aws/config
│ Error: SharedCredsLoad: failed to get profile
│
│   with netapp-cloudmanager_connector_aws.aws-connector[0],
│   on main.tf line 358, in resource "netapp-cloudmanager_connector_aws" "aws-connector":
│  358: resource "netapp-cloudmanager_connector_aws" "aws-connector" {
suhasbshekar commented 1 month ago

Currently we don't support assume-role type of authentication