-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown extensible attribute: Cloud API Owned #79
Comments
Hi, can you please address the comments on the PR |
Why are these attributes hard-coded in code? infoblox-go-client/object_manager.go Lines 63 to 69 in 6e85b72
The go-client should allow users to set the required attributes instead of the ones in the code above |
These are the default EAs we get once CNA license is being installed and used. So we have made sure to get them in this method, so that subsequent methods can use them. |
Thank you @somashekhar. Is the CNA license required in order to use this library? |
If you don't have CNA then you should add these EAs manually and get library working. |
We have static license with NIOS, DNS, DHCP, Discovery, Grid features but not CNA. Looks like CNA is included in the AWS marketplace version. It doesn't make sense to hard-code these EAs in the client library if they don't come pre-installed with all licenses. I think a better solution is to provide an option to not set these EAs in the client library. I can create a PR if you agree with it, similar to the PR created by @dsbrng25b
|
Agree. That would be a better solution. Do make sure nothing breaks and also add respective UTs. |
I would like to use the AllocateIP function on a on-prem infoblox environment with WAPI Version 2.3.1 but i get the error:
Unknown extensible attribute: Cloud API Owned
.It would be nice if the object_manager functions could be used on on-prem instances as well.
The text was updated successfully, but these errors were encountered: