CiscoDevNet / iPSK-Manager

Identity PSK (IPSK) Manager for Cisco ISE provides an example of how to manage the full Life Cycle of Wi-Fi Pre Shared Keys for supported Hardware/Software through Cisco ISE.
Apache License 2.0
30 stars 16 forks source link

All endpoints get the same PSK when performing a bulk CSV File Import #18

Closed nclavric closed 3 years ago

nclavric commented 3 years ago

Describe the bug When perfoming a bulk import of new endpoints all imported endpoints do get the same randomized PSK (even when "Unique PSK per Device" was configured in the choosen authorization template.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Managed iPSK EndPoints'
  2. Click on 'Add Bulk Endpoints'
  3. Select a authorization template with configured "Unique PSK per Device"
  4. Select a wireless SSID
  5. Select "CSV File Import" as bulk import type
  6. Upload CSV file created with the import_sample.csv
  7. Click on "Import"

Expected behavior Each entry in the CSV-File creates one endpoint based on the authorization template with a unique PSK for each endpoint.