-
Notifications
You must be signed in to change notification settings - Fork 132
MQE-1671: document using credentials with vault in MFTF tests #459
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
Conversation
docs/credentials.md
Outdated
@@ -5,12 +5,12 @@ use the MFTF credentials feature to hide sensitive [data][] like integration tok | |||
|
|||
Currently MFTF supports two types of credential storage: **.credentials file** and **HashiCorp vault**. | |||
|
|||
# Configure File Storage | |||
#3 Configure File Storage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a typo?
docs/credentials.md
Outdated
|
||
The MFTF creates a sample file for credentials during [initial setup][]: `magento2/dev/tests/acceptance/.credentials.example`. | ||
The file contains an example list of keys for fields that can require credentials. | ||
|
||
### Create `.credentials` | ||
## Create `.credentials` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The headings are not accurate. For example, "Configure File Storage" should be one level higher than "Create .credentials", etc
docs/credentials.md
Outdated
@@ -22,7 +22,7 @@ cd dev/tests/acceptance/ | |||
cp .credentials.example .credentials | |||
``` | |||
|
|||
### Add `.credentials` to `.gitignore` | |||
## Add `.credentials` to `.gitignore` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, and the rest of the headings
Description
Fixed Issues (if relevant)
Contribution checklist