Jonathan Meier

Results 16 comments of Jonathan Meier

Based on my research so far we can implement this ticket but the check will require admin credentials. We can view the roles associated with an object using: ``` govc...

I timeboxed some additional exploration to determine if it is possible to list a user's groups without the Administrator role and have not come up with anything. I'm waiting on...

After looking further into govmomi and the vSphere API based on @vivek-koppuru's recommendation I was able to find an API method that provides a list of privileges for a particular...

Sure thing 👍 Here's a ticket: #2853. If there are any labels, etc I should apply please let me know.

Completed in https://github.com/aws/eks-anywhere/pull/2907.

Merged change in another PR, closing out.

I wasn't able to reproduce the issue with missing secrets building an artifact from source tagged at `v0.11.1`. I was able to reproduce the `vsphere-csi-controller` and `vsphere-csi-node` pods are in...

Offline convo with @abhinavmpandey08 was very helpful. I was able to replicate the issue, seeing an empty username/password value in `csi-vsphere-config` in `eksa-system`. ``` $ k --kubeconfig minimal-privs-cluster/minimal-privs-cluster-eks-a-cluster.kubeconfig -n eksa-system...

I'm still not sure why `csi-vsphere-config` in management cluster's `eksa-system` is losing its creds. To make things more confusing, I was able to run an upgrade on a worker cluster...