Skip to content
Snippets Groups Projects
Commit 46243d80 authored by Vihar Mamania's avatar Vihar Mamania
Browse files

Updating README.md

parent 1e0a359b
Branches lobtimo-fix-cve
No related tags found
1 merge request!513Adding Acceptance Tests
......@@ -2,15 +2,16 @@
You will need to have the following environment variables defined.
| name | value | description | sensitive? | source | required |
|-----------------------------|--------------------------------------------------------------|-------------------------------|------------|--------|----------|
| `CLIENT_TENANT` | ex `osdu` | Shared Tenant name | no | - | yes |
| `OSDU_TENANT` | ex `osdu` | OSDU tenant | no | - | yes |
| `REGISTER_BASE_URL` | ex `http://localhost:8080` | Register service Base URL | no | - | yes |
| `REGISTER_CUSTOM_PUSH_URL` | ex `http://localhost:8080/api/register/v1/test/challenge/1 ` | Registration Push URL | no | - | yes |
| `SUBSCRIPTION_ID` | ex `abc` | Subscription used for testing | no | - | yes |
| `SUBSCRIBER_PRIVATE_KEY_ID` | `********` | Subscriber key | yes | - | yes |
| `SUBSCRIBER_SECRET` | `********` | Subscriber secret | yes | - | yes |
| name | value | description | sensitive? | source | required |
|-----------------------------|--------------------------------------------------------------|---------------------------------------------------|------------|--------|----------|
| `CLIENT_TENANT` | ex `osdu` | Shared Tenant name | no | - | yes |
| `OSDU_TENANT` | ex `osdu` | OSDU tenant | no | - | yes |
| `REGISTER_BASE_URL` | ex `http://localhost:8080` | Register service Base URL | no | - | yes |
| `REGISTER_CUSTOM_PUSH_URL` | ex `http://localhost:8080/api/register/v1/test/challenge/1 ` | Registration Push URL | no | - | yes |
| `SUBSCRIPTION_ID` | ex `abc` | Subscription used for testing | no | - | yes |
| `SUBSCRIBER_PRIVATE_KEY_ID` | `********` | Subscriber key | yes | - | yes |
| `SUBSCRIBER_SECRET` | `********` | Subscriber secret | yes | - | yes |
| `TEST_TOPIC_NAME` | ex `records-changed` | Event grid topic name, default- 'records-changed' | no | - | no |
Authentication can be provided as OIDC config:
......@@ -28,12 +29,12 @@ Authentication can be provided as OIDC config:
Or tokens can be used directly from env variables:
| name | value | description | sensitive? | source |
|-------------------------|------------|-----------------------|------------|--------|
| `PRIVILEGED_USER_TOKEN` | `********` | PRIVILEGED_USER Token | yes | - |
| `ADMIN_USER_TOKEN` | `********` | Admin Token | yes | - |
| `OWNER_USER_TOKEN` | `********` | Owner Token | yes | - |
| `VIEWER_USER_TOKEN` | `********` | Viewer Token | yes | - |
| name | value | description | sensitive? | source |
|-------------------|------------|-----------------|------------|--------|
| `EDITOR_TOKEN` | `********` | Editor Token | yes | - |
| `ADMIN_TOKEN` | `********` | Admin Token | yes | - |
| `OPS_TOKEN` | `********` | Ops Token | yes | - |
| `NO_ACCESS_TOKEN` | `********` | No Access Token | yes | - |
Execute following command to build code and run all the integration tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment