-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: refine multi-tenancy documentation #55
Conversation
patlo-iog
commented
Sep 13, 2023
•
edited
Loading
edited
- Given the tutorial has been added and the multi-tenancy management page is now cleanup.
- Some of the concept added to multi-tenancy concept
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>
- Reviewed for style/grammar - Removed Tenant from Concepts as it was previously defined immediately above in the Roles section. Since a tenant is an entity and entities are defined it seems to be more logical fit.
## [1.54.1](v1.54.0...v1.54.1) (2023-09-21) ### ✨ Updates * refine multi-tenancy documentation ([#55](#55)) ([ae570f7](ae570f7))
| CREDENTIAL_LEEWAY | Time leeway when verifying credential dates, if time difference is less than a leeway, it will still verify. | String | 0 seconds | | ||
| PRESENTATION_VERIFY_SIGNATURE | Whether or not to verify a signed challenge used during credential presentation. | Boolean | true | | ||
| PRESENTATION_VERIFY_DATES | Whether or not to verify challenge dates during presentation. | Boolean | false | | ||
| PRESENTATION_VERIFY_HOLDER_BINDING | Description missing (please provide). | Boolean | false | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description missing?
| AGENT_DB_PORT | Port of the prism agent database. | Int | 5432 | | ||
| AGENT_DB_NAME | Database name where agent db will store data. | String | agent | | ||
| AGENT_DB_USER | Agent database username for login. | String | postgres | | ||
| AGENT_DB_PASSWORD | Agent database password for login. | String | postgres | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cloud Agent
| AGENT_DB_HOST | Hostname of the server where prism agent database is running on. | String | localhost | | ||
| AGENT_DB_PORT | Port of the prism agent database. | Int | 5432 | | ||
| AGENT_DB_NAME | Database name where agent db will store data. | String | agent | | ||
| AGENT_DB_USER | Agent database username for login. | String | postgres | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cloud Agent
| AGENT_HTTP_PORT | Port on which prism agent runs. | Int | 8085 | | ||
| DIDCOMM_SERVICE_URL | URL of the DIDcomm server that also runs for this agent. | String | http://localhost:8090 | | ||
| AGENT_DB_HOST | Hostname of the server where prism agent database is running on. | String | localhost | | ||
| AGENT_DB_PORT | Port of the prism agent database. | Int | 5432 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRISM Cloud Agent
| WEBHOOK_PARALLELISM | Maximum number of events that will be retrieved in a single iteration, from the event queue by the webhook publisher. | Int | Null | | ||
| AGENT_HTTP_PORT | Port on which prism agent runs. | Int | 8085 | | ||
| DIDCOMM_SERVICE_URL | URL of the DIDcomm server that also runs for this agent. | String | http://localhost:8090 | | ||
| AGENT_DB_HOST | Hostname of the server where prism agent database is running on. | String | localhost | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRISM Cloud Agent
| WEBHOOK_URL | The webhook endpoint URL where the notifications will be sent. | String | Null | | ||
| WEBHOOK_API_KEY | The optional API key (bearer token) to use as the Authorization header. | String | Null | | ||
| WEBHOOK_PARALLELISM | Maximum number of events that will be retrieved in a single iteration, from the event queue by the webhook publisher. | Int | Null | | ||
| AGENT_HTTP_PORT | Port on which prism agent runs. | Int | 8085 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRISM Cloud Agent
| WEBHOOK_API_KEY | The optional API key (bearer token) to use as the Authorization header. | String | Null | | ||
| WEBHOOK_PARALLELISM | Maximum number of events that will be retrieved in a single iteration, from the event queue by the webhook publisher. | Int | Null | | ||
| AGENT_HTTP_PORT | Port on which prism agent runs. | Int | 8085 | | ||
| DIDCOMM_SERVICE_URL | URL of the DIDcomm server that also runs for this agent. | String | http://localhost:8090 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cloud Agent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requested a few changes