Unable to set authAccounts
See original GitHub issueCould you provide an example of authAccounts
use ? I’ve been trying to make it work and nothing seems to pass validation.
The closest thing I guess shoud work (if I understand documentation correctly) is :
{
"tree": "./webroot",
"authAccounts": {
"permissions": {
"putsaver": true,
"writeErrors": true,
"upload": true,
"mkdir": true,
"websockets": true,
"registerNotice": true
},
"clientKeys": {"user": {"hash", "salt"}},
},
"bindInfo": {
"bindAddress": ["127.0.0.1"],
},
"putsaver": {
"backupFolder": "../backups"
},
"$schema": "./settings-2-1.schema.json"
}
Instead it throws an invalid character error between hash and salt.
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Unable to set authAccounts - - Bountysource
Unable to set authAccounts. ... Could you provide an example of authAccounts use ? I've been trying to make it work and nothing...
Read more >Cleos should have help text for invalid authorities (was: cleos ...
Repetition steps: create account: cleos wallet import ... if( ( auth.keys.size() + auth.accounts.size() + auth.waits.size() ) > (1 << 16) ).
Read more >Microsoft Authenticator App - Unable to Add Account
Hello, For about a week we haven't been able to use my credentials to sign into MFA. Every time I try to add...
Read more >Accounts | Flow Blockchain
Authorized Account object have the type AuthAccount , which ... Account key API provides a set of functions to manage account keys.
Read more >How to set account as account creator - Flow Community
create new account on mainnet failed [Error Code: 1101] cadence runtime error Execution failed: error: creating account failed: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Many thanks Arlen22!
It’s working perfectly! Below is my final
settings.json
in case it helps SleepyGinger or anyone else. This configuration has 3 tiddlywikis, that are only accessible to userjav
of groupav
:Thank you sooooo much @zevarela this helped more than youll ever know. 😄