fix(image registry): start work on image registry
This commit is contained in:
@ -26,8 +26,12 @@ export class CloudlyCoreflowManager {
|
||||
|
||||
return {
|
||||
clusterIdentifier: {
|
||||
clusterId: clusterConfig.id,
|
||||
clusterName: clusterConfig.data.name,
|
||||
secretKey: clusterConfig.data.secretKey,
|
||||
jwt: await this.cloudlyRef.authManager.smartjwtInstance.createJWT({
|
||||
status: 'loggedIn',
|
||||
userId: 'cluster:' + clusterConfig.id, // TODO: create real users for clusters
|
||||
})
|
||||
},
|
||||
};
|
||||
})
|
||||
@ -47,7 +51,8 @@ export class CloudlyCoreflowManager {
|
||||
);
|
||||
console.log('got cluster config and sending it back to coreflow');
|
||||
return {
|
||||
configData: await clusterConfigSet.createSavableObject()
|
||||
configData: await clusterConfigSet.createSavableObject(),
|
||||
deploymentDirectives: [],
|
||||
};
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user