Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-fiscaletti committed Feb 15, 2023
1 parent b91a2b3 commit ec56b32
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,4 +442,17 @@ The token that has been generated will now ONLY be authorized when used from the

You can further manage validation tokens on an _Issuing Coattail Instance_ using the `list`, `show` and `remove` sub-commands under the `validation` command.

See `coattail validation --help` for more information.
See `coattail validation --help` for more information.

## Development Progress / TODO

- [ ] Implement a rate limiting mechanism in the network protocol.
- [ ] Cascade deletions for Peer, Token, etc.
- [ ] When notifying a subscriber, if the subscription token fails to authenticate, delete it.
- [ ] Update UI to properly handle tables for plain / json output types.
- [ ] Add support for "peer-specific" publications.
- [ ] Add system for key rotation
- [ ] Update `service stop` command to use PWD when no process-id is provided.
- [ ] Bug: non-headless coattail instances in `service status` output don't show instance path.
- [ ] Update remote execution to transmit log message back to remote executor.
- [ ] Debug Task: Ensure that publications are not blocked when a subscriber is un-reachable.
4 changes: 2 additions & 2 deletions notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ To Do:
FIFO Actions?

Cascade delete for Peer, Token, etc.
Delete subscripton on failed auth during notify
Delete subscription on failed auth during notify
fix tables when output is plain or json
Rate limitting
Rate limiting
per peer notifications
move colors to class or consts
key rotation
Expand Down

0 comments on commit ec56b32

Please sign in to comment.