Search Options

Results per page
Sort
Preferred Languages
Advance

Results 211 - 220 of 276 for Token (0.1 sec)

  1. .github/workflows/build.yml

            with:
              distribution: 'zulu'
              java-version: 17
    
          - uses: graalvm/setup-graalvm@v1
            with:
              distribution: 'graalvm'
              java-version: 21
              github-token: ${{ secrets.GITHUB_TOKEN }}
              cache: 'gradle'
              native-image-job-reports: true
    
          - name: Setup Gradle
            uses: gradle/actions/setup-gradle@v4
    
          - name: Run Checks
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Aug 21 07:15:58 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  2. docs/ko/docs/tutorial/testing.md

    │   ├── main.py
    │   └── test_main.py
    ```
    
    이제 **FastAPI** 앱이 있는 `main.py` 파일에 몇 가지 다른 **경로 작업** 이 추가된 경우를 생각해봅시다.
    
    단일 오류를 반환할 수 있는 `GET` 작업이 있습니다.
    
    여러 다른 오류를 반환할 수 있는 `POST` 작업이 있습니다.
    
    두 *경로 작업* 모두 `X-Token` 헤더를 요구합니다.
    
    //// tab | Python 3.10+
    
    ```Python
    {!> ../../docs_src/app_testing/app_b_an_py310/main.py!}
    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 10 11:24:48 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  3. docs/uk/docs/tutorial/testing.md

    Він має `GET`-операцію, яка може повертати помилку.
    
    Він має `POST`-операцію, яка може повертати кілька помилок.
    
    Обидві операції шляху вимагають заголовок `X-Token`.
    
    //// tab | Python 3.10+
    
    ```Python
    {!> ../../docs_src/app_testing/app_b_an_py310/main.py!}
    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Feb 28 14:12:19 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.29.md

    `kube-controller-manager`: The `LegacyServiceAccountTokenCleanUp` feature gate is now `beta` and enabled by default. When enabled, legacy auto-generated service account token secrets are auto-labeled with a `kubernetes.io/legacy-token-invalid-since` label if the credentials have not been used in the time specified by `--legacy-service-account-token-clean-up-period` (defaulting to one year), **and** are referenced from the `.secrets` list of a ServiceAccount object, **and**  are not referenced from pods. This...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Mar 12 00:36:01 UTC 2025
    - 429.6K bytes
    - Viewed (1)
  5. docs/en/docs/tutorial/testing.md

    It has a `GET` operation that could return an error.
    
    It has a `POST` operation that could return several errors.
    
    Both *path operations* require an `X-Token` header.
    
    //// tab | Python 3.10+
    
    ```Python
    {!> ../../docs_src/app_testing/app_b_an_py310/main.py!}
    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_de.properties

    errors.failed_to_download_mapping_file = Fehler beim Herunterladen einer Mapping-Datei.
    errors.failed_to_upload_mapping_file = Fehler beim Hochladen einer Mapping-Datei.
    errors.invalid_kuromoji_token={0} ist als Token ungültig.
    errors.invalid_kuromoji_segmentation=Die Anzahl der Segmentierungen für {0} und {1} ist unterschiedlich.
    errors.invalid_str_is_included = {1} ist für {0} ungültig.
    errors.blank_password = Passwort ist erforderlich.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_es.properties

    errors.failed_to_download_mapping_file = No se pudo descargar el archivo de mapeo.
    errors.failed_to_upload_mapping_file = No se pudo cargar el archivo de mapeo.
    errors.invalid_kuromoji_token={0} no es un token válido.
    errors.invalid_kuromoji_segmentation=El número de divisiones de {0} no coincide con el número de divisiones de {1}.
    errors.invalid_str_is_included = {1} no es válido en {0}.
    errors.blank_password = Se requiere contraseña.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 60 */
        String API_ACCESS_TOKEN_LENGTH = "api.access.token.length";
    
        /** The key of the configuration. e.g. false */
        String API_ACCESS_TOKEN_REQUIRED = "api.access.token.required";
    
        /** The key of the configuration. e.g.  */
        String API_ACCESS_TOKEN_REQUEST_PARAMETER = "api.access.token.request.parameter";
    
        /** The key of the configuration. e.g. Radmin-api */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.21.md

      - This changes the tokens provided to containers at `/var/run/secrets/kubernetes.io/serviceaccount/token` to be time-limited, auto-refreshed, and invalidated when the containing pod is deleted.
      - Clients should reload the token from disk periodically (once per minute is recommended) to ensure they continue to use a valid token. `k8s.io/client-go` version v11.0.0+ and v0.15.0+ reload tokens automatically.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  10. src/main/resources/fess_message.properties

    errors.failed_to_download_mapping_file = Failed to download a mapping file.
    errors.failed_to_upload_mapping_file = Failed to upload a mapping file.
    errors.invalid_kuromoji_token={0} is invalid as a token.
    errors.invalid_kuromoji_segmentation=The number of segmentation for {0} and {1} is different.
    errors.invalid_str_is_included = {1} is invalid for {0}.
    errors.blank_password = Password is required.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
Back to top