Does self-hosted Kratos have a config option to se...
# talk-kratos
p
Does self-hosted Kratos have a config option to set an Admin API
Authentication: bearer <token>
? or some kind of authentication? I only see
oryAccessToken
in reference to Ory Cloud.
f
Admin API shouldn’t be exposed to outside at all.
p
Internal private network access
f
why do you need Authentication then?
p
why TLS wrap traffic between nodes in a private network? why ensure only apps that are authorized talk to sensitive systems in the same network?
f
it is different )
you can you proxy/mesh for this
as I know admin API didn’t have any basic auth
p
Aight. coolio! Where necessary, I’ll keep the api behind a proxy and maybe use Oathkeeper’s jwt authentication to control access. At least until we have a functioning mesh.
f
sounds like a solution :)