Skip to content

Commit

Permalink
Add Comments for Credential Info
Browse files Browse the repository at this point in the history
  • Loading branch information
innodreamer committed Apr 9, 2024
1 parent 37c1042 commit 4e32a22
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ curl -X POST http://$RESTSERVER:1024/spider/driver -H 'Content-Type: application

# for Cloud Credential Info
# $$$ Need to append '/v3/' to identity_endpoint URL
# $$$ For 'V3' verson auth., identity_endpoint, username, password and domain_name are required basically.
# $$$ And, need 'project_id' for the token role
# You can get the prject id on 'Servers' > 'Token' > 'Token' menu on KT Cloud Portal
curl -X POST http://$RESTSERVER:1024/spider/credential -H 'Content-Type: application/json' -d '{
"CredentialName":"ktcloudvpc-credential01",
"ProviderName":"KTCLOUDVPC",
Expand Down

0 comments on commit 4e32a22

Please sign in to comment.