NethServer / nethsecurity

NethSecurity image and build environment
https://www.nethsecurity.org/
Other
82 stars 5 forks source link

DPI signatures for community subscriptions #603

Closed gsanchietti closed 1 day ago

gsanchietti commented 1 week ago

Provide updated DPI signatures for both community and enterprise subscription types, ensuring all users have access to the latest DPI data.

Required changes

  1. Provide access to udated DPI signatures: enable updates for both community and enterprise subscriptions.
  2. Setup new Base URLs for uthentication: Enterprise:
     curl -vL 'https://user:pass@sp.nethesis.it/enterprise/'

    Community:

     curl -vL 'https://user:pass@sp.nethesis.it/community/'

Changes to ns-dpi package:

Example: download categories:

curl -vL 'https://system_id:system_secret@sp.nethesis.it/community/categories?settings_version=4.4.3&settings_format=netifyd'
github-actions[bot] commented 1 week ago

Testing image version: 8-23.05.3-ns.1.0.1-27-g5dc7bc2

gsanchietti commented 1 week ago

Test case 1

Test case 2

Test case 3

Tbaile commented 6 days ago