Ë
    ùmxi/#  ã                   ó´   — d Z ddlZddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm	Z	 d	Z
d
ZdZ ej                  d¬«      Z G d„ dej                  «      Zy)z'Experimental GDCH credentials support.
é    N)Ú_helpers)Ú_service_account_info)Úcredentials)Ú
exceptions)Újwt)Ú_clientz/urn:ietf:params:oauth:token-type:token-exchangez-urn:ietf:params:oauth:token-type:access_tokenz.urn:k8s:params:oauth:token-type:serviceaccounti  )Úsecondsc                   ó¢   ‡ — e Zd ZdZˆ fd„Zd„ Z ej                  ej                  «      d„ «       Z
d„ Zed„ «       Zed„ «       Zed„ «       Zˆ xZS )	ÚServiceAccountCredentialsaÊ  Credentials for GDCH (`Google Distributed Cloud Hosted`_) for service
    account users.

    .. _Google Distributed Cloud Hosted:
        https://cloud.google.com/blog/topics/hybrid-cloud/            announcing-google-distributed-cloud-edge-and-hosted

    To create a GDCH service account credential, first create a JSON file of
    the following format::

        {
            "type": "gdch_service_account",
            "format_version": "1",
            "project": "<project name>",
            "private_key_id": "<key id>",
            "private_key": "-----BEGIN EC PRIVATE KEY-----
<key bytes>
-----END EC PRIVATE KEY-----
",
            "name": "<service identity name>",
            "ca_cert_path": "<CA cert path>",
            "token_uri": "https://service-identity.<Domain>/authenticate"
        }

    The "format_version" field stands for the format of the JSON file. For now
    it is always "1". The `private_key_id` and `private_key` is used for signing.
    The `ca_cert_path` is used for token server TLS certificate verification.

    After the JSON file is created, set `GOOGLE_APPLICATION_CREDENTIALS` environment
    variable to the JSON file path, then use the following code to create the
    credential::

        import google.auth

        credential, _ = google.auth.default()
        credential = credential.with_gdch_audience("<the audience>")

    We can also create the credential directly::

        from google.oauth import gdch_credentials

        credential = gdch_credentials.ServiceAccountCredentials.from_service_account_file("<the json file path>")
        credential = credential.with_gdch_audience("<the audience>")

    The token is obtained in the following way. This class first creates a
    self signed JWT. It uses the `name` value as the `iss` and `sub` claim, and
    the `token_uri` as the `aud` claim, and signs the JWT with the `private_key`.
    It then sends the JWT to the `token_uri` to exchange a final token for
    `audience`.
    c                 ó~   •— t         t        | �  «        || _        || _        || _        || _        || _        || _        y)af  
        Args:
            signer (google.auth.crypt.Signer): The signer used to sign JWTs.
            service_identity_name (str): The service identity name. It will be
                used as the `iss` and `sub` claim in the self signed JWT.
            project (str): The project.
            audience (str): The audience for the final token.
            token_uri (str): The token server uri.
            ca_cert_path (str): The CA cert path for token server side TLS
                certificate verification. If the token server uses well known
                CA, then this parameter can be `None`.
        N)	Úsuperr   Ú__init__Ú_signerÚ_service_identity_nameÚ_projectÚ	_audienceÚ
_token_uriÚ_ca_cert_path)ÚselfÚsignerÚservice_identity_nameÚprojectÚaudienceÚ	token_uriÚca_cert_pathÚ	__class__s          €úU/home/htdocs/ttos/venv/lib/python3.12/site-packages/google/oauth2/gdch_credentials.pyr   z"ServiceAccountCredentials.__init__S   s?   ø€ ô 	Ô'¨Ñ7Ô9ØˆŒØ&;ˆÔ#ØˆŒØ!ˆŒØ#ˆŒØ)ˆÕó    c                 ó^  — t        j                  «       }|t        z   }dj                  | j                  | j
                  «      }||| j                  t        j                  |«      t        j                  |«      dœ}t        j                  t        j                  | j                  |«      «      S )Nzsystem:serviceaccount:{}:{})ÚissÚsubÚaudÚiatÚexp)r   ÚutcnowÚJWT_LIFETIMEÚformatr   r   r   Údatetime_to_secsÚ
from_bytesr   Úencoder   )r   ÚnowÚexpiryÚiss_sub_valueÚpayloads        r   Ú_create_jwtz%ServiceAccountCredentials._create_jwtj   s‹   € Ü�o‰oÓˆØ”|Ñ#ˆØ5×<Ñ<Ø�M‰M˜4×6Ñ6ó
ˆð
 !Ø Ø—?‘?Ü×,Ñ,¨SÓ1Ü×,Ñ,¨VÓ4ñ
ˆô ×"Ñ"¤3§:¡:¨d¯l©l¸GÓ#DÓEÐEr   c                 ó¢  — dd l }t        ||j                  j                  j                  j
                  «      st        j                  d«      ‚| j                  «       }t        | j                  t        |t        dœ}t        j                  || j                  |d d| j                   ¬«      }t        j"                  |d «      \  | _        }| _        }y )Nr   zeFor GDCH service account credentials, request must be a google.auth.transport.requests.Request object)Ú
grant_typer   Úrequested_token_typeÚsubject_tokenÚsubject_token_typeT)Úaccess_tokenÚuse_jsonÚverify)Úgoogle.auth.transport.requestsÚ
isinstanceÚauthÚ	transportÚrequestsÚRequestr   ÚRefreshErrorr/   ÚTOKEN_EXCHANGE_TYPEr   ÚACCESS_TOKEN_TOKEN_TYPEÚSERVICE_ACCOUNT_TOKEN_TYPEr   Ú_token_endpoint_requestr   r   Ú_handle_refresh_grant_responseÚtokenr,   )r   ÚrequestÚgoogleÚ	jwt_tokenÚrequest_bodyÚresponse_dataÚ_s          r   Úrefreshz!ServiceAccountCredentials.refresh{   s·   € ã-ä˜' 6§;¡;×#8Ñ#8×#AÑ#A×#IÑ#IÔJÜ×)Ñ)Øwóð ð
 ×$Ñ$Ó&ˆ	ä-ØŸ™Ü$;Ø&Ü"<ñ
ˆô  ×7Ñ7ØØ�O‰OØØØØ×%Ñ%ô
ˆô )0×(NÑ(NØ˜4ó)
Ñ%ˆŒ
�A�t”{¡Ar   c                 ó’   — | j                  | j                  | j                  | j                  || j                  | j
                  «      S )zžCreate a copy of GDCH credentials with the specified audience.

        Args:
            audience (str): The intended audience for GDCH credentials.
        )r   r   r   r   r   r   )r   r   s     r   Úwith_gdch_audiencez,ServiceAccountCredentials.with_gdch_audienceš   s?   € ð �~‰~Ø�L‰LØ×'Ñ'Ø�M‰MØØ�O‰OØ×Ñó
ð 	
r   c                 ót   — |d   dk7  rt        d«      ‚ | ||d   |d   d|d   |j                  dd«      «      S )	aÌ  Creates a Credentials instance from a signer and service account
        info.

        Args:
            signer (google.auth.crypt.Signer): The signer used to sign JWTs.
            info (Mapping[str, str]): The service account info.

        Returns:
            google.oauth2.gdch_credentials.ServiceAccountCredentials: The constructed
                credentials.

        Raises:
            ValueError: If the info is not in the expected format.
        Úformat_versionÚ1z"Only format version 1 is supportedÚnamer   Nr   r   )Ú
ValueErrorÚget)Úclsr   Úinfos      r   Ú_from_signer_and_infoz/ServiceAccountCredentials._from_signer_and_info©   sU   € ð  Ð Ñ! SÒ(ÜÐAÓBÐBáØØ�‰LØ�‰OØØ�ÑØ�H‰H�^ TÓ*ó
ð 	
r   c                 óZ   — t        j                  |g d¢d¬«      }| j                  ||«      S )a×  Creates a Credentials instance from parsed service account info.

        Args:
            info (Mapping[str, str]): The service account info in Google
                format.
            kwargs: Additional arguments to pass to the constructor.

        Returns:
            google.oauth2.gdch_credentials.ServiceAccountCredentials: The constructed
                credentials.

        Raises:
            ValueError: If the info is not in the expected format.
        ©rO   Úprivate_key_idÚprivate_keyrQ   r   r   F©ÚrequireÚuse_rsa_signer)r   Ú	from_dictrV   )rT   rU   r   s      r   Úfrom_service_account_infoz3ServiceAccountCredentials.from_service_account_infoÅ   s6   € ô  '×0Ñ0Øòð !ô
ˆð ×(Ñ(¨°Ó6Ð6r   c                 ó`   — t        j                  |g d¢d¬«      \  }}| j                  ||«      S )ai  Creates a Credentials instance from a service account json file.

        Args:
            filename (str): The path to the service account json file.
            kwargs: Additional arguments to pass to the constructor.

        Returns:
            google.oauth2.gdch_credentials.ServiceAccountCredentials: The constructed
                credentials.
        rX   Fr[   )r   Úfrom_filenamerV   )rT   ÚfilenamerU   r   s       r   Úfrom_service_account_filez3ServiceAccountCredentials.from_service_account_fileã   s:   € ô -×:Ñ:Øòð !ô
‰ˆˆfð ×(Ñ(¨°Ó6Ð6r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r/   r   Úcopy_docstringr   ÚCredentialsrK   rM   ÚclassmethodrV   r_   rc   Ú__classcell__)r   s   @r   r   r   "   s|   ø„ ñ.ô`*ò.Fð" €X×Ñ˜[×4Ñ4Ó5ñ
ó 6ð
ò<
ð ñ
ó ð
ð6 ñ7ó ð7ð: ñ7ó ô7r   r   )rg   ÚdatetimeÚgoogle.authr   r   r   r   r   Úgoogle.oauth2r   r?   r@   rA   Ú	timedeltar&   ri   r   © r   r   ú<module>rq      s\   ðñó å  Ý -Ý #Ý "Ý Ý !ð HÐ ØIÐ ØMÐ Ø!ˆx×!Ñ!¨$Ô/€ôY7 × 7Ñ 7õ Y7r   