1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

enable ssl certificate import for hyperglass-agent

This commit is contained in:
checktheroads
2020-03-21 01:44:38 -07:00
parent cd454d5ca1
commit fe61a7e90f
11 changed files with 224 additions and 34 deletions

View File

@@ -4,8 +4,9 @@
from pydantic import StrictInt, StrictStr, validator
# Project
from hyperglass.util import clean_name
from hyperglass.exceptions import UnsupportedDevice
from hyperglass.configuration.models._utils import HyperglassModel, clean_name
from hyperglass.configuration.models._utils import HyperglassModel
from hyperglass.configuration.models.credentials import Credential