Skip to content

Commit

Permalink
Merge pull request #8 from ecojuntak/master
Browse files Browse the repository at this point in the history
[Eko] Fix typo and hyperlink on plugin.md
  • Loading branch information
jasoet authored Oct 24, 2019
2 parents 91fb85f + 0257fdf commit fce7752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ In order to use auth plugin you should compile the plugin and fill these environ

#### Gate Auth Plugin

In order to use gate auth plugin, you need a running (Gate)[https://github.com/gate-sso/gate] server.
In order to use gate auth plugin, you need a running [Gate](https://github.com/gate-sso/gate) server.
Authenticated user mean an user that registered to Gate server.
Autorized user mean an user need to be member of at least one group from groups list specified on authorized_groups metadata for procs.
Authorized user mean an user need to be member of at least one group from groups list specified on authorized_groups metadata for procs.

Compile gate auth plugin by running `make plugin.auth` and fill `PROCTOR_AUTH_PLUGIN_BINARY` with generated `auth.so` in `./_output/bin/plugin/auth.so`.

Expand All @@ -47,6 +47,6 @@ Compile gate auth plugin by running `make plugin.auth` and fill `PROCTOR_AUTH_PL
#### Slack Notification Plugin

Proctor will send notification to slack when some event happen, see below for a list of events and it's content.
Create a [slack app(https://api.slack.com/incoming-webhooks) then fill `SLACK_PLUGIN_URL` environment variable with incoming webhook url, it should look like `https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX`.
Create a [slack app](https://api.slack.com/incoming-webhooks) then fill `SLACK_PLUGIN_URL` environment variable with incoming webhook url, it should look like `https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX`.

Compile slack notification plugin by running `make plugin.slack` and fill `PROCTOR_NOTIFICATION_PLUGIN_BINARY` with generated `slack.so` in `./_output/bin/plugin/slack.so`.

0 comments on commit fce7752

Please sign in to comment.