- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 528 for token1 (0.12 sec)
-
CHANGELOG/CHANGELOG-1.20.md
- If BoundServiceAccountTokenVolume is enabled, cluster admins can use metric `serviceaccount_stale_tokens_total` to monitor workloads that are depending on the extended tokens. If there are no such workloads, turn off extended tokens by starting `kube-apiserver` with flag `--service-account-extend-token-expiration=false` ([#96273](https://github.com/kubernetes/kubernetes/pull/96273), [@zshihang](https://github.com/zshihang)) [SIG API Machinery and Auth]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Target */ public static final String LABELS_TARGET = "{labels.target}"; /** The key of the message: Token */ public static final String LABELS_TOKEN = "{labels.token}"; /** The key of the message: Synonym File */ public static final String LABELS_SYNONYM_FILE = "{labels.synonymFile}"; /** The key of the message: Stopwords File */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
docs/debugging/README.md
Example: ```sh minio server /data{1...4} ```
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 8.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
} } /** * Attempts to obtain login credentials using SPNEGO authentication. * * This method processes the HTTP request to extract and validate SPNEGO * authentication tokens. It handles the SPNEGO handshake process and * extracts the user principal from successful authentication. * * @return The login credential containing the authenticated username,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 17.2K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<name>stringFiltering</name> <version>4.1.0+</version> <description> <,...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
docs/zh-hant/docs/features.md
* 驗證外來的型別,比如: * URL * Email * UUID ### 安全性及身份驗證 FastAPI 已經整合了安全性和身份驗證的功能,但不會強制與特定的資料庫或資料模型進行綁定。 OpenAPI 中定義的安全模式,包括: * HTTP 基本認證。 * **OAuth2**(也使用 **JWT tokens**)。在 [OAuth2 with JWT](tutorial/security/oauth2-jwt.md){.internal-link target=_blank} 查看教學。 * API 密鑰,在: * 標頭(Header) * 查詢參數 * Cookies,等等。 加上来自 Starlette(包括 **session cookie**)的所有安全特性。
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 10 10:48:41 UTC 2024 - 9.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/session/Smb2SessionSetupResponseTest.java
System.arraycopy(err, 0, buf, bodyStart + 8, bc); int decoded = resp.decode(buf, headerStart); assertTrue(decoded > 0); // When error path is taken, no blob should be parsed assertNull(resp.getBlob(), "Blob should be null on error path"); assertNotNull(resp.getErrorData(), "Error data should be present"); assertArrayEquals(err, resp.getErrorData());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.7K bytes - Viewed (0)