8000 AAP-40240 Added Important admonitions to encourage use of credentials… by jself-sudoku · Pull Request #3272 · ansible/aap-docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AAP-40240 Added Important admonitions to encourage use of credentials… #3272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions downstream/assemblies/eda/assembly-eda-credentials.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Credentials authenticate users when launching jobs against machines and importin

You can grant users and teams the ability to use these credentials without exposing the credential to the user. If a user moves to a different team or leaves the organization, you do not have to rekey all of your systems just because that credential was previously available.

[IMPORTANT]
====
In the context of {ControllerName} and {EDAcontroller}, you can use both `extra_vars` and credentials to store a variety of information. 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.
====

include::eda/con-credentials-list-view.adoc[leveloffset=+1]
include::eda/proc-eda-set-up-credential.adoc[leveloffset=+1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Service name:: This defines a service name for Kubernetes to configure inbound c
Rulebook activation enabled?:: This automatically enables the rulebook activation to run.
Variables:: The variables for the rulebook are in a JSON or YAML format.
The content would be equivalent to the file passed through the `--vars` flag of ansible-rulebook command.
+
[IMPORTANT]
====
In the context of {ControllerName} and {EDAcontroller}, you can use both `extra_vars` and credentials to store a variety of information. 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.
====
Options:: Check the *Skip audit events* option if you do not want to see your events in the Rule Audit.

. Click btn:[Create rulebook activation].
Expand Down
0