Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
tenant level user cannot access provider API
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkp93 committed Nov 4, 2024
1 parent 2497f69 commit fd59110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catalystwan/api/mtt_aaa_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from catalystwan.dataclasses import TenantAAA, TenantRadiusServer, TenantTacacsServer
from catalystwan.exceptions import CatalystwanException
from catalystwan.utils.creation_tools import asdict, create_dataclass
from catalystwan.models.tenant import TenantExport

if TYPE_CHECKING:
from catalystwan.session import ManagerSession
Expand Down

0 comments on commit fd59110

Please sign in to comment.