Skip to content

Commit

Permalink
Remove testing section from README
Browse files Browse the repository at this point in the history
  • Loading branch information
13ajay committed Jul 25, 2023
1 parent 01031fd commit e75a0c5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,6 @@ PROFILE_ARN=$(aws rolesanywhere create-profile \

In the above example, you will have to create a role with a trust policy as documented [here](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/trust-model.html). After having done so, record the role ARN and use it both when creating a profile and when obtaining temporary security credentials through `credential-process`.

## Testing

Testing is currently under development and may not work on all systems. If you'd like to run tests, you can use `make test`. You can clean up any fixture data generated by tests using `make test-clean`. If you are on Windows, note that certificates installed into your user's "MY" certificate store won't be deleted through `make test-clean`. To delete these certificates, you can use the below command in Command Prompt for each certificate you want to delete. Please be careful that you are deleting the right certificate(s) through this process.

```
certutil -user -delstore "MY" %certId%
```

In the above command, `certId` can be a serial number, SHA-1 certificate, etc. See `certutil -store -?` for more details on the values that `certId` can take.

## Security

See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
Expand Down

0 comments on commit e75a0c5

Please sign in to comment.