Is there any way to include the Personal Access To...
# talk-oathkeeper
c
Is there any way to include the Personal Access Token in the authorization handler? My Keto instance runs in Ory Cloud but it needs the PAT for authentication. Somehow I need to tell Oathkeeper in the config to insert an additional
Authorization: Bearer ory_pat_….
header
m
Did you manage to resolve this? I am facing the same issue.