From a5cd8759b7033e6efddf8a38d9c3735797880e7a Mon Sep 17 00:00:00 2001 From: "Reimann, Timo" Date: Fri, 3 Sep 2021 11:48:33 +0200 Subject: [PATCH] Removed clear text client id and secret --- netbox_cisco_support/management/commands/sync_eox_data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/netbox_cisco_support/management/commands/sync_eox_data.py b/netbox_cisco_support/management/commands/sync_eox_data.py index 5b68474..7fefea8 100644 --- a/netbox_cisco_support/management/commands/sync_eox_data.py +++ b/netbox_cisco_support/management/commands/sync_eox_data.py @@ -11,8 +11,6 @@ class Command(BaseCommand): help = 'Sync local devices with Cisco EoX Support API' - client_id = 'f4tje6chnxwcp9rrbxw8z8gk' - client_secret = 'ytDqdCMuqVhK7yEpZpKqvubQ' def add_arguments(self, parser): # Named (optional) arguments