Skip to content

Commit

Permalink
docs: add VPC-related note to auth docs
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
  • Loading branch information
padamstx committed Feb 8, 2023
1 parent e587ef3 commit 2c89728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@ The IAM access token is added to each outbound request in the `Authorization` he
- IAMProfileID: (optional) the id of the linked trusted IAM profile to be used when obtaining the IAM access token.

- URL: (optional) The base endpoint URL of the VPC Instance Metadata Service.
The default value of this property is `http://169.254.169.254`, and should not need to be specified in normal situations.
The default value of this property is `http://169.254.169.254`. However, if the VPC Instance Metadata Service is configured
with the HTTP Secure Protocol setting (`https`), then you should configure this property to be `https://api.metadata.cloud.ibm.com`.

- Client: (optional) The `http.Client` object used to interact with the VPC Instance Metadata Service.
If not specified by the user, a suitable default Client will be constructed.
Expand Down

0 comments on commit 2c89728

Please sign in to comment.