F5Networks / f5-cloud-libs

Node.js libraries to assist in cloud deployments.
Apache License 2.0
29 stars 14 forks source link

BIG-IQ AuthProvider not supported fully #37

Open mwardbopp opened 2 years ago

mwardbopp commented 2 years ago

According to release notes for f5-cloud-libs 4.24.0, you can specify a different auth provider when pulling a license from BIG-IQ. However I can figure out how to pass the argument in from a CFT.

I thought I would just need to pass it as another variable such as --big-iq-password-uri but looking at where that gets picked up (I think) is license_script.conf but it doesn’t have an option for auth provider.

It looks like onboard.js doesn't support the authprovider. https://github.com/F5Networks/f5-cloud-libs/blob/master/scripts/onboard.js#L779