📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
auth
›
📁 signers
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/auth/signers
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: instance_principals_delegation_token_signer.pyc
a N��f> � @ s d dl mZ G dd� de�ZdS )� )�%InstancePrincipalsSecurityTokenSignerc s. e Zd ZdZ� fdd�Zd� fdd� Z� ZS )�'InstancePrincipalsDelegationTokenSignera\ InstancePrincipalsDelegationTokenSigner extends the functionality of InstancePrincipalsSecurityTokenSigner. A delegation token allows the instance to assume the privileges of the user for which the token was created. This signer can be used as follows: .. code-block:: python import oci signer = oci.auth.signers.InstancePrincipalsDelegationTokenSigner(delegation_token=delegation_token) identity_client = oci.identity.IdentityClient(config={}, signer=signer) regions = identity_client.list_regions() :param str delegation_token (required) This token allows an instance to assume the privileges of a specific user and act on-behalf-of that user. :param str federation_endpoint: (optional) Users of this class can specify an explicit federation_endpoint, representing the Auth Service endpoint from which to retrieve a security token. If it is not provided then we will construct an endpoint based on the region we read from the metadata endpoint for the instance :param federation_client_cert_bundle_verify: (optional) If we need a specific cert bundle in order to perform verification against the federation endpoint, this parameter is the path to that bundle. Alternatively, False can be passed to disable verification. :type federation_client_cert_bundle_verify: str or Boolean :param obj federation_client_retry_strategy: (optional): A retry strategy to apply to calls made by the X509FederationClient used by this class. This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` is also available and will be used by the X509FederationClient if no explicit retry strategy is specified. The specifics of the default retry strategy are described `here <https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/sdk_behaviors/retries.html>`__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. c s0 |d | _ g d�}tt| �jf d|i|�� d S )N�delegation_token)�datez(request-target)�host� opc-obo-token�generic_headers)r �superr �__init__)�self�kwargsr �� __class__� ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/auth/signers/instance_principals_delegation_token_signer.pyr 0 s z0InstancePrincipalsDelegationTokenSigner.__init__Tc s"