Skip to content

Commit 9bd483c

Browse files
author
huangtianhua
authored
Merge pull request apache#403 from theopenlab/disable-fc-aksk
Disable AK/SK auth to use token auth instead in FC
2 parents f64f2c8 + 0fcf0c7 commit 9bd483c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • playbooks/terraform-provider-huaweicloud-acceptance-test-fusioncloud

playbooks/terraform-provider-huaweicloud-acceptance-test-fusioncloud/run.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
5353
# workaround, see terraform-providers/terraform-provider-huaweicloud#50
5454
sed -i s/Sys-default/default/ huaweicloud/resource_huaweicloud_compute_instance_v2.go
55+
# workaround, disable AK/SK auth to use token auth instead
56+
unset OS_ACCESS_KEY
57+
unset OS_SECRET_KEY
5558
5659
# Run test 100 testcases at a time
5760
exitcode=0

0 commit comments

Comments
 (0)