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
I tried out KQL with astro (https://astro.build/) recently, it took me some time to figure out how to create an read-only api user for authentication with the API.
Just as improvement suggestions for the README of this plugin, feel free to just close if not relevant ;-)
I just read pages via API by now, I guess files.read should also be enabled? I created the following user role:
Create an api user role in site/blueprints/users/api.yml and add a new user in the panel with that role:
A read-only API user could still be useful if you don't want to allow public access but just access by your static site generator or another backend tool.
I tried out KQL with astro (https://astro.build/) recently, it took me some time to figure out how to create an read-only api user for authentication with the API.
Just as improvement suggestions for the README of this plugin, feel free to just close if not relevant ;-)
I just read pages via API by now, I guess files.read should also be enabled? I created the following user role:
Create an api user role in
site/blueprints/users/api.yml
and add a new user in the panel with that role:The text was updated successfully, but these errors were encountered: