weizhouapache commented on code in PR #10362:
URL: https://github.com/apache/cloudstack/pull/10362#discussion_r1951476598


##########
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesClusterManagerImpl.java:
##########
@@ -1384,7 +1384,15 @@ private String[] getServiceUserKeys(KubernetesClusterVO 
kubernetesCluster) {
         if (owner == null || owner.getType() == Account.Type.PROJECT) {
             owner = CallContext.current().getCallingAccount();
         }
-        String username = owner.getAccountName() + "-" + 
KUBEADMIN_ACCOUNT_NAME;

Review Comment:
   thanks @parkinr for the reply.
   However, the security issue is  not resolved I think.
   
   @DaanHoogland 
   we may need to treat this as a serious security issue.
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to