Skip to content
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

doc formatting fix #114

Merged
merged 1 commit into from
Feb 8, 2023
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ command](https://github.com/dowjones/tokendito/blob/main/docs/README.md#single-c
Have multiple Okta tiles to switch between? View our [multi-tile
guide](https://github.com/dowjones/tokendito/blob/main/docs/README.md#multi-tile-guide).

### Tips, tricks, troubleshooting, examples, and more docs are [here]()https://github.com/dowjones/tokendito/blob/main/docs/README.md!
[Contributions are welcome](https://github.com/dowjones/tokendito/blob/main/docs/CONTRIBUTING.md)!

## Docker

Expand Down Expand Up @@ -110,3 +108,7 @@ Tokendito profiles are supported while using containers provided the proper volu
``` txt
docker run -ti -v ${home}:/home/tokendito/ tokendito --profile my-profile-name
```

## Tips, tricks, troubleshooting, examples, and more docs are [here](https://github.com/dowjones/tokendito/blob/main/docs/README.md)

[Contributions are welcome](https://github.com/dowjones/tokendito/blob/main/docs/CONTRIBUTING.md)!
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ this!

You can just pass in your information at runtime:

``` sh
``` txt
tokendito --username prod_service_user@company.com \
--role-arn arn:aws:iam::123456789000:role/dowjones-engineer \
--okta-mfa push \
Expand All @@ -64,7 +64,7 @@ role_arn = arn:aws:iam::123456789000:role/engineer

And execute:

``` sh
``` txt
tokendito --profile engineer
```

Expand Down
8 changes: 4 additions & 4 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ credentials.

# Example 1

``` sh
``` txt
py.test -v -rA -s tests --config-file=/tmp/my-tokendito-config.ini
```

Where the config file has valid configuration items for the tool.

## Example 2

``` sh
``` txt
py.test -v -rA -k 'functional' -s tests \
--username=jane.doe@mycompany.com \
--password=mysecretpass \
Expand All @@ -41,7 +41,7 @@ This triggers the tests `test_generate_credentials` and

## Example 3

``` sh
``` txt
TOKENDITO_OKTA_MFA_METHOD=push py.test -v -rA -k 'functional' -s tests --username=...
```

Expand All @@ -50,7 +50,7 @@ arguments.

## Example 4

``` sh
``` txt
TOKENDITO_OKTA_PASSWORD='mysecretpass' tox -e auth -- --username='jane.doe@mycompany.com'
```

Expand Down