Skip to content

Commit bec1204

Browse files
committed
Convert draft Hardening Guide to asciidoc.
Added two new parts. Not sure if required yet. Complete asciidoc conversion of v3 Hardening Guide https://issues.redhat.com/browse/AAP-43908
1 parent 04ab950 commit bec1204

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

downstream/modules/aap-hardening/con-credential-management-planning.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@
77

88
[role="_abstract"]
99

10-
{PlatformName} uses credentials to authenticate requests to jobs against machines, synchronize with inventory sources, and import project content from a version control system. {ControllerNameStart} manages three sets of secrets:
10+
{PlatformName} uses credentials to authenticate requests to jobs against machines, synchronize with inventory sources, and import project content from a version control system.
11+
12+
[IMPORTANT]
13+
====
14+
In the context of {ControllerName} and {EDAcontroller}, you can use both `extra_vars` and credentials to store a variety of information.
15+
However, credentials are the preferred method of storing sensitive information such as passwords or API keys because they offer better security and centralized management, whereas `extra_vars` are more suitable for passing dynamic, non-sensitive data.
16+
====
17+
18+
{ControllerNameStart} manages three sets of secrets:
1119

1220
* User passwords for *local {PlatformNameShort} users*.
1321
//See the xref:con-user-authentication-planning_{context}[User Authentication Planning] section of this guide for additional details.

downstream/titles/aap-hardening/master.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ include::aap-hardening/assembly-intro-to-aap-hardening.adoc[leveloffset=+1]
1818
include::aap-hardening/assembly-hardening-aap.adoc[leveloffset=+1]
1919
//include::aap-hardening/assembly-aap-compliance.adoc[leveloffset=+1]
2020
include::aap-hardening/assembly-aap-security-use-cases.adoc[leveloffset=+1]
21+
include::platform/assembly-eda-for-security-related-events.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)