Skip to content
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

feat: document feature flag ENABLE_ANONCRED #199 #201

Merged
merged 3 commits into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Environment Variables

The following enviroment variables can be used to configure Cloud Agent:
The following enviroment variables can be used to configure Identus Cloud Agent:

| Variable Name | Description | Type | Default |
|--------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------|----------------------------------------------|
Expand Down Expand Up @@ -66,4 +66,5 @@ The following enviroment variables can be used to configure Cloud Agent:
| KEYCLOAK_UMA_AUTO_UPGRADE_RPT | Whether or not to enable automatic upgrade of RPT tokens. If disabled, `accessToken` must be RPT and include the permission claims. | Boolean | true |
| KEYKLOAK_ROLES_CLAIM_PATH | The json path to the `roles` claim in the JWT payload . Used for role-based authorization (e.g. admin or tenant). | String | `resource_access.<KEYCLOAK_CLIENT_ID>.roles` |
| PRESENTATION_INVITATION_EXPIRY | The presentation invitation expiry duration e.g 300 seconds. After which the OOB Request Presentation will expire | String | 300 seconds |
| ISSUANCE_INVITATION_EXPIRY | The presentation invitation expiry duration e.g 300 seconds. After which the OOB Credential Offer will expire | String | 300 seconds |
| ISSUANCE_INVITATION_EXPIRY | The presentation invitation expiry duration e.g 300 seconds. After which the OOB Credential Offer will expire | String | 300 seconds |
| ENABLE_ANONCRED | Enable support for AnonCred Credential type via API and DIDComm | Boolean | false |
Loading