Event manager User template for Azure Blob Storage #2025
Unanswered
RanjithKumarKarnam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
"I have integrated OpenID with SFTPGo and am using the following Event Manager action user template to create users automatically.
I plan to set the backend storage as an Azure Blob container along with a key prefix. I was able to configure it through the GUI. Can anyone provide a JSON template to update in the Event Manager action?"
{
"status": 1,
"username": "{{Name}}",
"homedir": "",
"permissions": {
"/": [
"*"
]
}
}
Beta Was this translation helpful? Give feedback.
All reactions