Skip to content

Commit

Permalink
Removed clear text client id and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Reimann, Timo committed Sep 3, 2021
1 parent 70d3465 commit a5cd875
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions netbox_cisco_support/management/commands/sync_eox_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5cd875

Please sign in to comment.