- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 186 for token2 (0.04 sec)
-
CHANGELOG/CHANGELOG-1.13.md
-authn-authz/admission-controllers/#noderestriction). In authentication, we added alpha-level support for automounting improved service account tokens through projected volumes. We also enabled [audience validation in TokenReview](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#tokenreview-v1-authentication-k8s-io) for the new tokens for improved scoping. Under audit logging, the new alpha-level "dynamic audit configuration" adds support for [dynamically registering webhooks...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.24.md
enabled by default. When enabled, Secret API objects containing service account tokens are no longer auto-generated for every ServiceAccount. Use the [TokenRequest](https://kubernetes.io/docs/reference/kubernetes-api/authentication-resources/token-request-v1/) API to acquire service account tokens, or if a non-expiring token is required, create a Secret API object for the token controller to populate with a service account token by following this [guide](https://kubernetes.io/docs/concepts/configurati...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Mar 27 06:24:23 UTC 2020 - 10.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
@Resource protected TimeManager timeManager; /** System helper for various system-level operations. */ @Resource protected SystemHelper systemHelper; /** Helper for managing access tokens and API authentication. */ @Resource protected AccessTokenHelper accessTokenHelper; /** Helper for view-related operations and rendering. */ @Resource protected ViewHelper viewHelper;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15K bytes - Viewed (0) -
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) -
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) -
src/main/resources/fess_label_nl.properties
labels.roleTypeIds=Rol-ID labels.scriptData=Script labels.scriptResult=Resultaat labels.scriptType=Uitvoeringstype labels.segmentation=Segmentatie labels.startTime=Starttijd labels.target=Doel labels.token=Token labels.synonymFile=Synoniembestand labels.stopwordsFile=Stopwoordenbestand labels.stemmerOverrideFile=Stemmer-overschrijvingsbestand labels.mappingFile=Mappingbestand labels.protwordsFile=Protwords-bestand
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HpackTest.kt
) } // Example taken from twitter/hpack DecoderTest.testUnusedIndex @Test fun readIndexedHeaderFieldIndex0() { bytesIn.writeByte(0x80) // == Indexed - Add idx = 0 assertFailsWith<IOException> { hpackReader!!.readHeaders() }.also { expected -> assertThat(expected.message).isEqualTo("index == 0") } } // Example taken from twitter/hpack DecoderTest.testIllegalIndex
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 38.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
### **Cluster Lifecycle** * You must either specify the `--discovery-token-ca-cert-hash` flag to `kubeadm join`, or opt out of the CA pinning feature using `--discovery-token-unsafe-skip-ca-verification`. * The default `auto-detect` behavior of the kubelet's `--cloud-provider` flag is removed.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
android/guava/src/com/google/common/base/CaseFormat.java
this.wordSeparator = wordSeparator; } /** * Converts the specified {@code String str} from this format to the specified {@code format}. A * "best effort" approach is taken; if {@code str} does not conform to the assumed format, then * the behavior of this method is undefined but we make a reasonable effort at converting anyway. */ public final String to(CaseFormat format, String str) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Apr 15 22:14:00 UTC 2025 - 6.5K bytes - Viewed (0)