auth: rename issuedBy to actor

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-04-09 15:58:20 +02:00
parent dcc5f2b3cc
commit 7a88f85f2f
6 changed files with 16 additions and 17 deletions
@@ -45,7 +45,7 @@ export type BackstageUserPrincipal = {
* of a user. It provides context about the intermediary service that
* facilitated the authentication.
*/
issuedBy?: BackstageServicePrincipal;
actor?: BackstageServicePrincipal;
};
/**