Skip to content

Commit

Permalink
Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aggress committed Aug 31, 2017
1 parent f7e2123 commit dcadcfe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ curl -k -u username:password -X DELETE https://<IP>:5000/client/richard
```
2. The client is correctly revoked from OpenVPN and the assets are removed from the container and Zookeeper

### Remove persistent data

Recursively delete the dcos-vpn znode, autnenticating using the same ovpn_username and ovpn_password credentials configured on install

zk-shell and zkCLI can both be used. TODO: Examples.


How it works
--------------
Expand Down Expand Up @@ -134,6 +140,7 @@ function run_server {
Todo
--------------
1. The patch for zk-shell https://github.com/rgs1/zk_shell/pull/82 as managed in run.bash around line 100 needs removing when zk-shell is fixed
1. Examples for removing the znode
1. Update the /status endpoint for ovpn_status output and tie into a healthcheck
1. run.sh usage and tidying
1. Update for DC/OS 1.10 and file based secrets
Expand Down

0 comments on commit dcadcfe

Please sign in to comment.