Skip to content

Commit 0284e1b

Browse files
authored
Merge pull request #90734 from lahinson/osdocs-13712-hcp-aws-sts-creds
[OSDOCS-13712]: Replacing AWS STS credentials in HCP docs
2 parents c30d6ff + 485f140 commit 0284e1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: modules/hcp-aws-create-role-sts-creds.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ $ aws sts get-session-token --output json > sts-creds.json
222222
----
223223
{
224224
"Credentials": {
225-
"AccessKeyId": "ASIA1443CE0GN2ATHWJU",
226-
"SecretAccessKey": "XFLN7cZ5AP0d66KhyI4gd8Mu0UCQEDN9cfelW1”,
227-
"SessionToken": "IQoJb3JpZ2luX2VjEEAaCXVzLWVhc3QtMiJHMEUCIDyipkM7oPKBHiGeI0pMnXst1gDLfs/TvfskXseKCbshAiEAnl1l/Html7Iq9AEIqf////KQburfkq4A3TuppHMr/9j1TgCj1z83SO261bHqlJUazKoy7vBFR/a6LHt55iMBqtKPEsIWjBgj/jSdRJI3j4Gyk1//luKDytcfF/tb9YrxDTPLrACS1lqAxSIFZ82I/jDhbDs=",
228-
"Expiration": "2025-05-16T04:19:32+00:00"
225+
"AccessKeyId": "<access_key_id",
226+
"SecretAccessKey": "<secret_access_key>”,
227+
"SessionToken": "<session_token>",
228+
"Expiration": "<time_stamp>"
229229
}
230230
}
231-
----
231+
----

0 commit comments

Comments
 (0)