feat(secrets): add ability to fetch and view all secrets across projects and groups, include scopeName, and improve frontend merging/filtering
This commit is contained in:
@@ -5,6 +5,7 @@ export interface ISecret {
|
||||
masked: boolean;
|
||||
scope: 'project' | 'group';
|
||||
scopeId: string;
|
||||
scopeName: string;
|
||||
connectionId: string;
|
||||
environment: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user