Hello, I'm running the Ory Kratos Docker-image as ...
# talk-kratos
q
Hello, I'm running the Ory Kratos Docker-image as an authentication server for my Flask + Vue.js application with a custom UI for login etc. My application is invite-only, so I am implementing the Create User + Administrative Account Recovery flows. To my understanding I would require a oryAccessToken (Personal access token?) to access the administrative API's, but am unable to find documentation on how to set this up outside Ory Cloud. Could anybody point me in the right direction? Ideally I would like to create a pre-known key during the server commissioning process done with Ansible. Br. Santeri
s
you can find the list of PATs on the "Connect" screen in the console there you can also create a new one
q
Thanks. Any advice on accessing the console on a self hosted instance, I can see the documentation only talking about Cloud-instances?
s
there is no console for self-hosted
on self-hosted the admin endpoint is not secured by default, so you can implement whatever security mechanism you want
in cloud we chose to use PATs
q
Okey, thanks for the quick replies!