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
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Deploy the app with auth and acl´s turned on, configure the acls file, run all the scripts needed.
Any log messages given by the failure
None
Expected/desired behavior
groups field to be filled the the groups id's that have permissions to "view the file"
OS and Version?
win 10
azd version?
azd version 1.11.0
Versions
Mention any other details that might be useful
After configuring the json with the perms all the scripts (adlsgen2setup.py and prepdocs.ps1) everything goes well but the groups metadata tag never gets to have any groups.
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
I might be wrong, but I think the function update_content in searchmanager.py that actually updates the acl's in the index is never ran on the files contained on the ADLS, it works with user uploaded content but never with the content on the storage account.
when a user uploads a file it runs, so the acls get updated on the index metadata
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
azd version?
Versions
Mention any other details that might be useful
After configuring the json with the perms all the scripts (
adlsgen2setup.py
andprepdocs.ps1
) everything goes well but the groups metadata tag never gets to have any groups.The text was updated successfully, but these errors were encountered: