Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for s3cret (0.16 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.ldap_group_filter=グループフィルタ
    labels.ldap_memberof_attribute=memberOf属性
    labels.notification_login=ログインページ
    labels.notification_search_top=検索トップページ
    labels.storage_endpoint=エンドポイント
    labels.storage_access_key=アクセスキー
    labels.storage_secret_key=シークレットキー
    labels.storage_bucket=バケット
    labels.send_testmail=テストメールの送信
    labels.backup_configuration=バックアップ
    labels.backup_name=名前
    labels.backup_bulk_file=バルクファイル
    labels.backup_button_upload=アップロード
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String APP_CIPHER_KEY = "app.cipher.key";
    
        /** The key of the configuration. e.g. sha256 */
        String APP_DIGEST_ALGORISM = "app.digest.algorism";
    
        /** The key of the configuration. e.g. .*password|.*key|.*token|.*secret */
        String APP_ENCRYPT_PROPERTY_PATTERN = "app.encrypt.property.pattern";
    
        /** The key of the configuration. e.g.  */
        String APP_EXTENSION_NAMES = "app.extension.names";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  3. src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java

        protected static final String AZUREAD_AUTHORITY = "aad.authority";
    
        protected static final String AZUREAD_TENANT = "aad.tenant";
    
        protected static final String AZUREAD_CLIENT_SECRET = "aad.client.secret";
    
        protected static final String AZUREAD_CLIENT_ID = "aad.client.id";
    
        protected static final String AZUREAD_REPLY_URL = "aad.reply.url";
    
        protected static final String STATES = "aadStates";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 28.1K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/es/config/exentity/WebConfigTest.java

                    return StringUtil.EMPTY;
                }
    
                @Override
                public String getAppEncryptPropertyPattern() {
                    return ".*password|.*key|.*token|.*secret";
                }
            };
            ComponentUtil.setFessConfig(fessConfig);
            SystemHelper systemHelper = new SystemHelper() {
                @Override
                public String getProductVersion() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_config.properties

    search_engine.password=
    search_engine.heartbeat_interval=10000
    
    # Cryptographer
    app.cipher.algorism=aes
    app.cipher.key=___change__me___
    app.digest.algorism=sha256
    app.encrypt.property.pattern=.*password|.*key|.*token|.*secret
    
    app.extension.names=
    
    app.audit.log.format=
    
    # JVM options
    jvm.crawler.options=\
    -Djava.awt.headless=true\n\
    -Dfile.encoding=UTF-8\n\
    -Djna.nosys=true\n\
    -Djdk.io.permissionsUseCanonicalPath=true\n\
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  6. src/main/resources/fess_label_ru.properties

    labels.general_storage=Storage
    labels.ldap_group_filter=Group Filter
    labels.ldap_memberof_attribute=memberOf Attribute
    labels.storage_endpoint=Endpoint
    labels.storage_access_key=Access Key
    labels.storage_secret_key=Secret Key
    labels.storage_bucket=Bucket
    labels.upgrade_reindex=Reindex
    labels.replace_aliases=Update Aliases
    labels.reset_dictionaries=Reset Dictionaries
    labels.reindex_start_button=Start
    labels.doc_score=Score:
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/Constants.java

        public static final String STORAGE_ENDPOINT = "storage.endpoint";
    
        public static final String STORAGE_ACCESS_KEY = "storage.accesskey";
    
        public static final String STORAGE_SECRET_KEY = "storage.secretkey";
    
        public static final String STORAGE_BUCKET = "storage.bucket";
    
        public static final String MAPPING_TYPE_ARRAY = "array";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Access Key */
        public static final String LABELS_storage_access_key = "{labels.storage_access_key}";
    
        /** The key of the message: Secret Key */
        public static final String LABELS_storage_secret_key = "{labels.storage_secret_key}";
    
        /** The key of the message: Bucket */
        public static final String LABELS_storage_bucket = "{labels.storage_bucket}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_de.properties

    labels.dict_stemmeroverride_file=Stemmer-Override-Datei
    labels.general_storage=Speicherplatz
    labels.ldap_group_filter=Gruppen-Filter
    labels.storage_endpoint=Endpunkt
    labels.storage_access_key=Zugriffsschlüssel
    labels.storage_secret_key=Geheimer Schlüssel
    labels.storage_bucket=Bucket
    labels.reset_dictionaries=Wörterbuch zurücksetzen
    labels.eol_error=Ihr System wird nicht mehr unterstützt. Siehe EOL-Seite.
    labels.tooltip_search_view=Search View
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_fr.properties

    labels.notification_login	=	Page de connexion
    labels.notification_search_top	=	Rechercher en haut de la page
    labels.storage_endpoint	=	Point final
    labels.storage_access_key	=	Clef d'accès
    labels.storage_secret_key	=	Clef secrète
    labels.storage_bucket	=	Bucket
    labels.send_testmail	=	Envoyer un email de test
    labels.backup_configuration	=	Sauvegarde
    labels.backup_name	=	Nom
    labels.backup_bulk_file	=	Fichier en lot
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
Back to top