Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 82 for Deployment (0.05 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomArtifactTransformerTest.java

    import org.eclipse.aether.RepositorySystemSession;
    import org.eclipse.aether.SessionData;
    import org.eclipse.aether.artifact.Artifact;
    import org.eclipse.aether.artifact.DefaultArtifact;
    import org.eclipse.aether.deployment.DeployRequest;
    import org.eclipse.aether.installation.InstallRequest;
    import org.junit.jupiter.api.Test;
    import org.mockito.Mockito;
    import org.xmlunit.builder.DiffBuilder;
    import org.xmlunit.diff.Diff;
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Nov 06 18:32:25 UTC 2025
    - 13.3K bytes
    - Viewed (0)
  2. docs/en/docs/deployment/https.md

    <img src="/img/deployment/https/https04.drawio.svg">
    
    ### Decrypt the Request { #decrypt-the-request }
    
    The TLS Termination Proxy would use the encryption agreed to **decrypt the request**, and would transmit the **plain (decrypted) HTTP request** to the process running the application (for example a process with Uvicorn running the FastAPI application).
    
    <img src="/img/deployment/https/https05.drawio.svg">
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Aug 31 19:34:08 UTC 2025
    - 14.3K bytes
    - Viewed (0)
  3. docs/es/docs/deployment/https.md

    <img src="/img/deployment/https/https05.drawio.svg">
    
    ### Response HTTP { #http-response }
    
    La aplicación procesaría el request y enviaría un **response HTTP simple (sin encriptar)** al TLS Termination Proxy.
    
    <img src="/img/deployment/https/https06.drawio.svg">
    
    ### Response HTTPS { #https-response }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  4. docs/pt/docs/deployment/https.md

    <img src="/img/deployment/https/https05.drawio.svg">
    
    ### Resposta HTTP { #http-response }
    
    A aplicação processaria a solicitação e retornaria uma resposta HTTP básica (não encriptada) para o Proxy de Terminação TLS.
    
    <img src="/img/deployment/https/https06.drawio.svg">
    
    ### Resposta HTTPS { #https-response }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Nov 12 16:23:57 UTC 2025
    - 14.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.2.md

    create Deployment Beta resources after upgrading to 1.2. Not deleting the
    Deployment objects may cause the deployment controller to mistakenly match
    other pods and delete them, due to the selector API change.
         * Client (kubectl) and server versions must match (both 1.1 or both 1.2) for any
    Deployment-related operations.
         * Behavior change:
            * Deployment creates ReplicaSets instead of ReplicationControllers.
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  6. docs/ja/docs/deployment/https.md

    DNSサーバーは、ブラウザに特定の**IPアドレス**を使用するように指示します。このIPアドレスは、DNSサーバーで設定した、あなたのサーバーが使用するパブリックIPアドレスになります。
    
    <img src="/img/deployment/https/https01.drawio.svg">
    
    ### TLS Handshake の開始
    
    ブラウザはIPアドレスと**ポート443**(HTTPSポート)で通信します。
    
    通信の最初の部分は、クライアントとサーバー間の接続を確立し、使用する暗号鍵などを決めるだけです。
    
    <img src="/img/deployment/https/https02.drawio.svg">
    
    TLS接続を確立するためのクライアントとサーバー間のこのやりとりは、**TLSハンドシェイク**と呼ばれます。
    
    ### SNI拡張機能付きのTLS
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  7. docs/de/docs/deployment/concepts.md

    # Deployment-Konzepte { #deployments-concepts }
    
    Bei dem Deployment – der Bereitstellung – einer **FastAPI**-Anwendung, oder eigentlich jeder Art von Web-API, gibt es mehrere Konzepte, die Sie wahrscheinlich interessieren, und mithilfe der Sie die **am besten geeignete** Methode zum **Deployment Ihrer Anwendung** finden können.
    
    Einige wichtige Konzepte sind:
    
    * Sicherheit – HTTPS
    * Beim Hochfahren ausführen
    * Neustarts
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 02 17:32:56 UTC 2025
    - 21.5K bytes
    - Viewed (0)
  8. docs/de/docs/deployment/https.md

    <img src="/img/deployment/https/https05.drawio.svg">
    
    ### HTTP-Response { #http-response }
    
    Die Anwendung würde den Request verarbeiten und eine **einfache (unverschlüsselte) HTTP-Response** an den TLS-Terminierungsproxy senden.
    
    <img src="/img/deployment/https/https06.drawio.svg">
    
    ### HTTPS-Response { #https-response }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Sep 20 15:10:09 UTC 2025
    - 16.1K bytes
    - Viewed (0)
  9. docs/ru/docs/deployment/https.md

    <img src="/img/deployment/https/https01.drawio.svg">
    
    ### Начало TLS-рукопожатия { #tls-handshake-start }
    
    Далее браузер будет общаться с этим IP‑адресом на **порту 443** (порт HTTPS).
    
    Первая часть взаимодействия — установить соединение между клиентом и сервером и договориться о криптографических ключах и т.п.
    
    <img src="/img/deployment/https/https02.drawio.svg">
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Sep 30 11:24:39 UTC 2025
    - 23K bytes
    - Viewed (0)
  10. docs/zh/docs/deployment/https.md

    接下来,客户端发送一个 **HTTPS 请求**。 这其实只是一个通过 TLS 加密连接的 HTTP 请求。
    
    <img src="/img/deployment/https/https04.drawio.svg">
    
    ### 解密请求
    
    TLS 终止代理将使用协商好的加密算法**解密请求**,并将**(解密的)HTTP 请求**传输到运行应用程序的进程(例如运行 FastAPI 应用的 Uvicorn 进程)。
    
    <img src="/img/deployment/https/https05.drawio.svg">
    
    ### HTTP 响应
    
    应用程序将处理请求并向 TLS 终止代理发送**(未加密)HTTP 响应**。
    
    <img src="/img/deployment/https/https06.drawio.svg">
    
    ### HTTPS 响应
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 10.7K bytes
    - Viewed (0)
Back to top