Skip to content

Commit

Permalink
Refactor Authenticator to interface and initialize one with provided …
Browse files Browse the repository at this point in the history
…factory.
  • Loading branch information
Ondrej Scecina committed Dec 2, 2024
1 parent bc8229c commit de929af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from opal_common.fetcher.logger import get_logger
from opal_common.http_utils import is_http_error_response
from opal_common.security.sslcontext import get_custom_ssl_context
from opal_common.authentication.authenticator import ClientAuthenticator
from pydantic import validator

logger = get_logger("http_fetch_provider")
Expand Down
1 change: 0 additions & 1 deletion packages/opal-server/opal_server/scopes/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
require_peer_type,
restrict_optional_topics_to_publish,
)
from opal_common.authentication.authenticator import Authenticator
from opal_common.authentication.casting import cast_private_key
from opal_common.authentication.deps import get_token_from_header
from opal_common.authentication.types import EncryptionKeyFormat, JWTClaims
Expand Down

0 comments on commit de929af

Please sign in to comment.