backend-defaults: add via to credentials

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-04-09 11:52:48 +02:00
parent 96865ec71e
commit 86d5f4a07c
3 changed files with 5 additions and 0 deletions
@@ -35,6 +35,8 @@ export type BackstageUserPrincipal = {
* The entity ref of the user entity that this principal represents.
*/
userEntityRef: string;
via?: BackstageServicePrincipal;
};
/**