stackitcloud / yawol

yawol is a Load Balancer solution for OpenStack, based on the Kubernetes controller pattern.
Apache License 2.0
40 stars 5 forks source link

Support for application credentials #332

Open mxmxchere opened 2 months ago

mxmxchere commented 2 months ago

As far as i can see (https://github.com/stackitcloud/yawol/blob/main/internal/openstack/client.go#L209) yawol currently only supports username and password to authenticate against openstack. Is that correct? If so, can you add support for application credentials as well?

dergeberl commented 2 months ago

Thanks for your proposal 🎉 .

I think we never tested it with application credentials and I also dont see a implementaion for it. We need to check when we have time to take a look into this.

Feel free to also take a look and open an PR for application credentials.