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

Allow to accept TAA using startup parameters #1532

Closed
TimoGlastra opened this issue Dec 5, 2021 · 1 comment · Fixed by #1643
Closed

Allow to accept TAA using startup parameters #1532

TimoGlastra opened this issue Dec 5, 2021 · 1 comment · Fixed by #1643
Labels
Discuss Issues to be raised for discussion at an ACA-Pug Meeting

Comments

@TimoGlastra
Copy link
Contributor

Currently it is not possible to automatically accept the TAA using startup parameters. It is possible if you have an interactive tty, but this is not always the case in server environments. If you know which ledger you're going to interact with, it would be possible to set the aml mechanism in the acapy startup parameters to be able to automate the complete startup process.

With the new multi-ledger functionality we could even allow to set this per ledger, so you can handle it for all configured ledgers.

Maybe there are good reasons not to do this, so interested to hear you input

@swcurran
Copy link
Contributor

swcurran commented Dec 6, 2021

The TAA is only needed for writing to a ledger. My assumption has been that a single instance of ACA-Py for issuing will only be writing to a single ledger, and so the current mechanism for handling the TAA were sufficient (e.g. not really impacted for multi-ledger).

That said, having a start-up parameter to say "accept-indy-taa" seems like a good idea. I think I sort of assumed it was already there :-).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discuss Issues to be raised for discussion at an ACA-Pug Meeting
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants