Skip to content

Commit

Permalink
Readme Update (#169)
Browse files Browse the repository at this point in the history
## 🎫 Ticket

n/a

## 🛠 Changes

quick readme update on where to find client ID for local requests.

## ℹ️ Context for reviewers

More setup context for readme.

## ✅ Acceptance Validation

n/a

## 🔒 Security Implications

- [ ] This PR adds a new software dependency or dependencies.
- [ ] This PR modifies or invalidates one or more of our security
controls.
- [ ] This PR stores or transmits data that was not stored or
transmitted before.
- [ ] This PR requires additional review of its security implications
for other reasons.

If any security implications apply, add Jason Ashbaugh (GitHub username:
StewGoin) as a reviewer and do not merge this PR without his approval.
  • Loading branch information
laurenkrugen-navapbc authored Mar 26, 2024
1 parent 93026ea commit 0fd357c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ To get postgres dump of schema (replace PASSHERE with password)
docker run --rm --network bcda-ssas-app_default -e PGPASSWORD=PASSHERE -it postgres pg_dump -s -h bcda-ssas-app_db_1 -d bcda -U postgres > schema.sql
```

To reset a secret by client id:
To reset a secret by client id (can be found in Makefile):

```
docker-compose run --rm ssas sh -c 'ssas --reset-secret --client-id=[client_id]'
Expand Down

0 comments on commit 0fd357c

Please sign in to comment.