Results 79 comments of Balazs Zachar

@zmrow, We are using RHEL in our DC. RHEL has it's own type of configuration files and ways to configure them. What could be relevant for you are the bonding...

So the easiest solution that we found so far is to create a login-profile after one received the access and secret keys: ```shell aws iam create-login-profile --user-name vault-ldap-YOURUSER-admin-... --password TestPassword2...

This initiative seems to be interesting. Let me add our use case: EKS-A bare metal requires to define the MAC address at first place so, the built-in DHCP server will...

@Sam-Hall, No, I ended up creating two seperate VS (luckily I had only two addresses). I will get rid of them when this feature will be added.

We run into this as well. Do you guys (including @focrensh) by chance have any ETA on this?

Anyone who is interested this is how we workaround the issue (it loops through an array of map contains the tcp_profiles): ```yaml - name: Configure tcp profiles bigip_profile_tcp: name: "{{...

Is there a proper way to logout? Meaning to really invalidate a token at OIDC provider?

Hi All, sorry but we are not using ArgoCD nor Istio anymore. I am afraid someone will have to take this PR over as I have to focus on projects...

I thought to drop it here if someone finds this thread: If you are using flux multi-tenancy (`spec.ServiceAccountName` is defined in the `Helmrelease`), the helm-controller requires to have RW access...

So, what would be the best "workaround" today to solve this problem? I found the following so far but none of them are good enough for complex envs: * add...