Skip to content

Commit

Permalink
Merge pull request #588 from geoffcline/mainline-docs
Browse files Browse the repository at this point in the history
[Ready to Merge] AsciiDoc version of EKS Best Practices Guide
  • Loading branch information
svennam92 authored Oct 8, 2024
2 parents b924830 + e59d2c9 commit c810fb5
Show file tree
Hide file tree
Showing 236 changed files with 15,468 additions and 166 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ target/
# virtualenv
venv/
ENV/
vale/styles/AsciiDoc/
vale/styles/RedHat/

# MkDocs documentation
site/
Expand Down
12 changes: 12 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
StylesPath = vale/styles

Packages = RedHat, AsciiDoc, BpgDocs

# Ignore files in dirs starting with `.` to avoid raising errors for `.vale/fixtures/*/testinvalid.adoc` files
[[!.]*.adoc]
BasedOnStyles = RedHat, AsciiDoc, BpgDocs
RedHat.GitLinks = OFF
AsciiDoc.UnsetAttributes = OFF
RedHat.CaseSensitiveTerms = suggestion
RedHat.TermsErrors = warning
RedHat.Spacing = warning
31 changes: 31 additions & 0 deletions bpg-docs.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"folders": [
{
"name": "📦 AmazonEKSDocsTachyonPreview",
"path": "."
}
],
"settings": {
"files.associations": {
"*.adoc": "asciidoc"
},
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"[asciidoc]": {
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.rulers": [80]
},
"asciidoc.preview.scrollPreviewWithEditor": true,
"asciidoc.preview.scrollEditorWithPreview": true,
"asciidoc.antora.enableAntoraSupport": false
},
"extensions": {
"recommendations": [
"asciidoctor.asciidoctor-vscode"
]
}
}
2 changes: 1 addition & 1 deletion build-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</rss>
</html>

<pdf/>
<!-- <pdf/> -->

</builds>

Expand Down
4 changes: 2 additions & 2 deletions content/security/docs/iam.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,10 @@ This particular token grants the Pod view-only privileges to S3 by assuming an I
"Provider": "arn:aws:iam::123456789012:oidc-provider/oidc.eks.us-west-2.amazonaws.com/id/D43CF17C27A865933144EA99A26FB128",
"SubjectFromWebIdentityToken": "system:serviceaccount:default:s3-read-only",
"Credentials": {
"SecretAccessKey": "ORJ+8Adk+wW+nU8FETq7+mOqeA8Z6jlPihnV8hX1",
"SecretAccessKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
"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=",
"Expiration": "2020-02-20T18:49:50Z",
"AccessKeyId": "XXXX36C6WWEJUMHA3L7Z"
"AccessKeyId": "ASIAIOSFODNN7EXAMPLE"
}
}
```
Expand Down
Loading

0 comments on commit c810fb5

Please sign in to comment.