Introduce managed secrets owned by GitOps that can be defined once and
pushed to any combination of projects/groups across connections. Values
are stored in OS keychain, secrets appear on targets as GITOPS_{key}.
10 lines
277 B
TypeScript
10 lines
277 B
TypeScript
export * from './identity.ts';
|
|
export * from './connection.ts';
|
|
export * from './project.ts';
|
|
export * from './group.ts';
|
|
export * from './secret.ts';
|
|
export * from './pipeline.ts';
|
|
export * from './actionlog.ts';
|
|
export * from './sync.ts';
|
|
export * from './managedsecret.ts';
|