Skip to content

Commit

Permalink
feat: debug whether ram user credentials are valid or not
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushi Sharma committed Feb 27, 2025
1 parent 0bfc8dc commit 5f120d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/providers/alicloud_ram/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func (p *Provider) CreateConfig(pc *domain.ProviderConfig) error {
}

_ = credentials.Decrypt(p.crypto)
fmt.Println("credentials.AccessKeyID", credentials.AccessKeyID)
client, err := NewAliCloudRAMClient(credentials.AccessKeyID, credentials.AccessKeySecret, credentials.RAMRole, credentials.RegionID)
if err != nil {
return err
Expand Down

0 comments on commit 5f120d4

Please sign in to comment.