changed the returned json for /minio/serviceaccount
This commit is contained in:
parent
a664423842
commit
d5e8db60be
@ -96,7 +96,7 @@ func (m *MinioController) CreateServiceAccount() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
m.Data["json"] = map[string]string{"access":access,"secret":secret}
|
m.Data["json"] = map[string]string{"success": "created secret " + executionsId + "-secret-sa in namespace ns-" + executionsId}
|
||||||
m.ServeJSON()
|
m.ServeJSON()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user