Skip to content

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

Merged
merged 9 commits into from
Sep 19, 2019

Conversation

jilu1
Copy link
Contributor

@jilu1 jilu1 commented Sep 18, 2019

Description

Fixed Issues (if relevant)

  1. magento/magento2-functional-testing-framework#<issue_number>: Issue title
  2. ...

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/verification tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)
  • Changes to Framework doesn't have backward incompatible changes for tests or have related Pull Request with fixes to tests

@jilu1 jilu1 requested a review from dobooth September 18, 2019 16:48
@coveralls
Copy link

coveralls commented Sep 18, 2019

Coverage Status

Coverage remained the same at 53.592% when pulling 902bad6 on MQE-1671-master into 5aa3796 on master.

@dobooth dobooth added the DOC label Sep 18, 2019
@@ -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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a typo?


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`
Copy link
Contributor Author

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

@@ -22,7 +22,7 @@ cd dev/tests/acceptance/
cp .credentials.example .credentials
```

### Add `.credentials` to `.gitignore`
## Add `.credentials` to `.gitignore`
Copy link
Contributor Author

@jilu1 jilu1 Sep 18, 2019

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

dobooth
dobooth previously approved these changes Sep 18, 2019
@KevinBKozan KevinBKozan merged commit d3f71ae into master Sep 19, 2019
@dobooth dobooth deleted the MQE-1671-master branch December 13, 2019 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants