Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kresna Satya committed Nov 24, 2022
1 parent 17f39a2 commit e3f1797
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# RBAC Connector
IMISSU2 RBAC Connector

IMISSU2 RBAC Connector with Keycloak.

## Requirements

Expand All @@ -13,12 +14,12 @@ IMISSU2 RBAC Connector
## Setup

1. Create file `.env` and set value of `CONNECTOR_HOST_URL`, `SSO_CLIENT_ID`, and `SSO_CLIENT_SECRET`.
1. Create file `.env` and set value of `CONNECTOR_HOST_URL`, `KEYCLOAK_CLIENT_ID`, and `KEYCLOAK_CLIENT_SECRET`.

```bash
CONNECTOR_HOST_URL=<imissu2-website>
SSO_CLIENT_ID=<imissu2-website>
SSO_CLIENT_SECRET=<imissu2-website>
KEYCLOAK_CLIENT_ID=<keycloak-client-id>
KEYCLOAK_CLIENT_SECRET=<keycloak-client-secret>
```

2. Install package with command below.
Expand Down

0 comments on commit e3f1797

Please sign in to comment.