changeMerakiPSKsGUI
A GUI where network admins can select multiple SSIDs to change the PSKs. This saves time since on the Meraki Dashboard, you can only change one at a time. Can select the organization, the network(s), then multiple SSIDs to change. The user can optionally input their email address so that an email or message on Webex Teams will be sent to them notifying that the changes were made.

Contacts
Solution Components
- Flask
- Docker
- Meraki Dashboard APIs
- Webex Teams APIs
- UI Kit
- Python
- HTML
- CSS
Installation/Configuration
Option 1:
- Pull down the project into a python virtual environment
git clone https://wwwin-github.cisco.com/gve/changeMerakiPSKsGUI.git
- Install required packages
pip install -r requirements.txt
- Launch flask application
Option 2:
-
Install Docker - https://docs.docker.com/get-docker/
-
Pull down the project
git clone https://wwwin-github.cisco.com/gve/changeMerakiPSKsGUI.git
- Run Docker image
Usage
Navigate to localhost:5000 to use the app.
Enter a Meraki API Key from the Meraki API dashboard then click "Submit" - https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API#:~:text=Enable%20API%20access,-For%20access%20to&text=After%20enabling%20the%20API%2C%20go,API%20key%20on%20your%20profile.

Select the organization in order to view its networks

Select the network(s) you want to change the SSID configuration of

By default, all SSIDs in the chosen network(s) will be selected to have their PSKs changed. You can deselect as well.
Lastly, type in the desired PSK and (optionally) input your email address. You can select to be notified by Webex Teams or Email when the changes are complete

LICENSE
Provided under Cisco Sample Code License, for details see LICENSE
CODE_OF_CONDUCT
Our code of conduct is available here
CONTRIBUTING
See our contributing guidelines here
DISCLAIMER:
Please note: This script is meant for demo purposes only. All tools/ scripts in this repo are released for use "AS IS" without any warranties of any kind, including, but not limited to their installation, use, or performance. Any use of these scripts and tools is at your own risk. There is no guarantee that they have been through thorough testing in a comparable environment and we are not responsible for any damage or data loss incurred with their use.
You are responsible for reviewing and testing any scripts you run thoroughly before use in any non-testing environment.