You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to support finer-grained tuning of each tenant: the objective is to make tenants as independent as possible when setting-up and maintaining their instance.
Settings that will need to be configurable independently by each tenant:
Writeable Ledger:
Currently the main agent instance (agency) MUST select a writeable ledger using the configuration file and/or the relevant environment variables/startup parameters. This may be used as default setting, but it might be best to not need a pre-selection, if possible.
The Traction tenant should be able to select which ledger to write to, and pick an endorser accordingly (or contextually, UX is yet to be explored and defined)
Agent lifecycle configuration flags:
ACAPY_LOG_LEVEL
ACAPY_INVITE_PUBLIC
ACAPY_PUBLIC_INVITES
ACAPY_AUTO_ACCEPT_INVITES
ACAPY_AUTO_ACCEPT_REQUESTS
ACAPY_AUTO_PING_CONNECTION
ACAPY_MONITOR_PING
ACAPY_AUTO_RESPOND_MESSAGES
ACAPY_AUTO_RESPOND_CREDENTIAL_OFFER
ACAPY_AUTO_RESPOND_CREDENTIAL_REQUEST
ACAPY_AUTO_VERIFY_PRESENTATION
ACAPY_NOTIFY_REVOCATION
ACAPY_AUTO_REQUEST_ENDORSEMENT
ACAPY_AUTO_WRITE_TRANSACTIONS
ACAPY_CREATE_REVOCATION_TRANSACTIONS
Note: thera are several other settings that might be useful to expose, these are a subset base on use-cases at the time of writing.
This is to support finer-grained tuning of each tenant: the objective is to make tenants as independent as possible when setting-up and maintaining their instance.
Settings that will need to be configurable independently by each tenant:
ACAPY_LOG_LEVEL
ACAPY_INVITE_PUBLIC
ACAPY_PUBLIC_INVITES
ACAPY_AUTO_ACCEPT_INVITES
ACAPY_AUTO_ACCEPT_REQUESTS
ACAPY_AUTO_PING_CONNECTION
ACAPY_MONITOR_PING
ACAPY_AUTO_RESPOND_MESSAGES
ACAPY_AUTO_RESPOND_CREDENTIAL_OFFER
ACAPY_AUTO_RESPOND_CREDENTIAL_REQUEST
ACAPY_AUTO_VERIFY_PRESENTATION
ACAPY_NOTIFY_REVOCATION
ACAPY_AUTO_REQUEST_ENDORSEMENT
ACAPY_AUTO_WRITE_TRANSACTIONS
ACAPY_CREATE_REVOCATION_TRANSACTIONS
Note: thera are several other settings that might be useful to expose, these are a subset base on use-cases at the time of writing.
c.c.: @WadeBarnes
The text was updated successfully, but these errors were encountered: