Skip to content

Commit ac370ac

Browse files
Update pmp-configure-aws-secret.md
1 parent e11c6ae commit ac370ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/private-platform/configuration/pmp-configure-aws-secret.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ When creating a property to use as a key for external secret storage, use the fo
143143

144144
* **Email.SMTPPassword** - Password for the SMTP server
145145

146-
The following is an example JSON template:
146+
The following is a JSON template. Copy this template into your secret, and set the values that you want to use. Leave those you do not want to use empty.
147147

148-
```text
148+
```json
149149
{
150150
"VCS": {
151151
"BitbucketProjectAdminPAT": "",
@@ -220,7 +220,7 @@ To create an IAM role, perform the following steps:
220220
3. Click **Next** to proceed to permissions.
221221
4. Create or attach a custom policy with the following permissions:
222222

223-
```text
223+
```yaml
224224
{
225225
"Version": "2012-10-17",
226226
"Statement": [

0 commit comments

Comments
 (0)