-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat(examples): Hardening management access to PAN-OS devices #51
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - one recommended change request from my side.
@@ -171,7 +171,7 @@ routes = { | |||
|
|||
vmseries_common = { | |||
ssh_keys = "admin:<YOUR_SSH_KEY>" | |||
vmseries_image = "vmseries-flex-byol-1029h1" | |||
vmseries_image = "vmseries-flex-byol-10210h9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can use the same vmseries image across the board ? Like the latest recommended 11 image with the CVE hotfix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
10.2.10-h9
is currently the preferred image for 10.2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know - but what I am suggesting is to have the same version across all images - which is 11.X.
Description
create_public_ip=false
)Motivation and Context
Closes #50.
How Has This Been Tested?
Sample topology built in a test project.
Screenshots (if appropriate)
n/a
Types of changes
Checklist