Skip to content
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

AWS HA via API Documentation Suggestions #53

Open
bradotlin opened this issue Dec 5, 2022 · 5 comments
Open

AWS HA via API Documentation Suggestions #53

bradotlin opened this issue Dec 5, 2022 · 5 comments
Assignees

Comments

@bradotlin
Copy link

bradotlin commented Dec 5, 2022

  1. https://github.com/JeffGiroux/f5_terraform/tree/main/AWS/HA_via_api#byol-licensing

In the "f5_onboard.tmpl", add the "myLicense" block under the "Common" declaration (example here)

  1. https://github.com/JeffGiroux/f5_terraform/tree/main/AWS/HA_via_api#installation-example
  • Perhaps recommend if modifying the "f5_password" variable that it must be a complex password conforming to F5 password secure restrictions. Changing the password to something like "admin" will cause DO and AS3 functions to fail.
@JeffGiroux JeffGiroux self-assigned this Jan 4, 2023
@JeffGiroux
Copy link
Owner

1 is not an issue

'myLicense' is arbitrary name. It can be custom and does not need to match myLicense or My_License. As long as the license block itself is correct per API schema...

          JeffsLicense:
            class: License
            licenseType: regKey
            regKey: "{{{LICENSE_KEY}}}"

@JeffGiroux
Copy link
Owner

2 password...will make note of it in next readme update

@JeffGiroux
Copy link
Owner

JeffGiroux commented Mar 16, 2023

@bradotlin , This note is in the docs already. Do you recommend something else?

Prerequisites

  • Important: When you configure the admin password for the BIG-IP VE in the template, you cannot use the character #. Additionally, there are a number of other special characters that you should avoid using for F5 product user accounts. See K2873 for details.

@bradotlin
Copy link
Author

bradotlin commented Mar 23, 2023

  1. Understood that myLicense or My_License or JeffsLicense is an arbitrary name, but you reference the F5Networks Github as an example which uses 'My_License', but then your example uses 'myLicense'. This could be confusing to some.

@bradotlin
Copy link
Author

  1. Password
    K2873 only calls out special characters NOT to use. However, using this template requires a complex password like outlined in https://my.f5.com/manage/s/article/K15497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants