Skip to content

Commit c810fb5

Browse files
authored
Merge pull request #588 from geoffcline/mainline-docs
[Ready to Merge] AsciiDoc version of EKS Best Practices Guide
2 parents b924830 + e59d2c9 commit c810fb5

File tree

236 files changed

+15468
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+15468
-166
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ target/
7676
# virtualenv
7777
venv/
7878
ENV/
79+
vale/styles/AsciiDoc/
80+
vale/styles/RedHat/
7981

8082
# MkDocs documentation
8183
site/

.vale.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
StylesPath = vale/styles
2+
3+
Packages = RedHat, AsciiDoc, BpgDocs
4+
5+
# Ignore files in dirs starting with `.` to avoid raising errors for `.vale/fixtures/*/testinvalid.adoc` files
6+
[[!.]*.adoc]
7+
BasedOnStyles = RedHat, AsciiDoc, BpgDocs
8+
RedHat.GitLinks = OFF
9+
AsciiDoc.UnsetAttributes = OFF
10+
RedHat.CaseSensitiveTerms = suggestion
11+
RedHat.TermsErrors = warning
12+
RedHat.Spacing = warning

bpg-docs.code-workspace

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"folders": [
3+
{
4+
"name": "📦 AmazonEKSDocsTachyonPreview",
5+
"path": "."
6+
}
7+
],
8+
"settings": {
9+
"files.associations": {
10+
"*.adoc": "asciidoc"
11+
},
12+
"editor.wordWrap": "wordWrapColumn",
13+
"editor.wordWrapColumn": 80,
14+
"[asciidoc]": {
15+
"editor.wordWrap": "wordWrapColumn",
16+
"editor.wordWrapColumn": 80,
17+
"editor.formatOnSave": true,
18+
"editor.tabSize": 2,
19+
"editor.insertSpaces": true,
20+
"editor.rulers": [80]
21+
},
22+
"asciidoc.preview.scrollPreviewWithEditor": true,
23+
"asciidoc.preview.scrollEditorWithPreview": true,
24+
"asciidoc.antora.enableAntoraSupport": false
25+
},
26+
"extensions": {
27+
"recommendations": [
28+
"asciidoctor.asciidoctor-vscode"
29+
]
30+
}
31+
}

build-info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</rss>
3232
</html>
3333

34-
<pdf/>
34+
<!-- <pdf/> -->
3535

3636
</builds>
3737

content/security/docs/iam.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,10 @@ This particular token grants the Pod view-only privileges to S3 by assuming an I
447447
"Provider": "arn:aws:iam::123456789012:oidc-provider/oidc.eks.us-west-2.amazonaws.com/id/D43CF17C27A865933144EA99A26FB128",
448448
"SubjectFromWebIdentityToken": "system:serviceaccount:default:s3-read-only",
449449
"Credentials": {
450-
"SecretAccessKey": "ORJ+8Adk+wW+nU8FETq7+mOqeA8Z6jlPihnV8hX1",
450+
"SecretAccessKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
451451
"SessionToken": "FwoGZXIvYXdzEGMaDMLxAZkuLpmSwYXShiL9A1S0X87VBC1mHCrRe/pB2oes+l1eXxUYnPJyC9ayOoXMvqXQsomq0xs6OqZ3vaa5Iw1HIyA4Cv1suLaOCoU3hNvOIJ6C94H1vU0siQYk7DIq9Av5RZe+uE2FnOctNBvYLd3i0IZo1ajjc00yRK3v24VRq9nQpoPLuqyH2jzlhCEjXuPScPbi5KEVs9fNcOTtgzbVf7IG2gNiwNs5aCpN4Bv/Zv2A6zp5xGz9cWj2f0aD9v66vX4bexOs5t/YYhwuwAvkkJPSIGvxja0xRThnceHyFHKtj0H+bi/PWAtlI8YJcDX69cM30JAHDdQH+ltm/4scFptW1hlvMaP+WReCAaCrsHrAT+yka7ttw5YlUyvZ8EPog+j6fwHlxmrXM9h1BqdikomyJU00gm1++FJelfP+1zAwcyrxCnbRl3ARFrAt8hIlrT6Vyu8WvWtLxcI8KcLcJQb/LgkW+sCTGlYcY8z3zkigJMbYn07ewTL5Ss7LazTJJa758I7PZan/v3xQHd5DEc5WBneiV3iOznDFgup0VAMkIviVjVCkszaPSVEdK2NU7jtrh6Jfm7bU/3P6ZG+CkyDLIa8MBn9KPXeJd/y+jTk5Ii+fIwO/+mDpGNUribg6TPxhzZ8b/XdZO1kS1gVgqjXyVC+M+BRBh6C4H21w/eMzjCtDIpoxt5rGKL6Nu/IFMipoC4fgx6LIIHwtGYMG7SWQi7OsMAkiwZRg0n68/RqWgLzBt/4pfjSRYuk=",
452452
"Expiration": "2020-02-20T18:49:50Z",
453-
"AccessKeyId": "XXXX36C6WWEJUMHA3L7Z"
453+
"AccessKeyId": "ASIAIOSFODNN7EXAMPLE"
454454
}
455455
}
456456
```

0 commit comments

Comments
 (0)