Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for email (0.17 sec)

  1. CHANGELOG/CHANGELOG-1.11.md

    * OIDC authentication now allows tokens without an "email_verified" claim when using the "email" claim. If an "email_verified" claim is present when using the "email" claim, it must be `true`. ([#61508](https://github.com/kubernetes/kubernetes/pull/61508), [@rithujohn191](https://github.com/rithujohn191))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 328.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.10.md

    [@caesarxuchao](https://github.com/caesarxuchao))
    
    * Using kubectl gcp auth plugin with a Google Service Account to authenticate to a cluster now additionally requests a token with the  "userinfo.email" scope. This way, users can write ClusterRoleBindings/RoleBindings with the email address of the service account directly. (This is a breaking change if the numeric uniqueIDs of the Google service accounts were being used in RBAC role bindings. The behavior can be overridden by explicitly...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.6.md

    * **When using OIDC authentication and specifying --oidc-username-claim=email, an `"email_verified":true` claim must be returned from the identity provider. ([#36087](https://github.com/kubernetes/kubernetes/pull/36087), [@ericchiang](https://github.com/ericchiang))**
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

        }
    
        public void setMail_Equal(String mail) {
            setMail_Term(mail, null);
        }
    
        public void setMail_Equal(String mail, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setMail_Term(mail, opLambda);
        }
    
        public void setMail_Term(String mail) {
            setMail_Term(mail, null);
        }
    
        public void setMail_Term(String mail, ConditionOptionCall<TermQueryBuilder> opLambda) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 326.1K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    ### Docs
    
    * ✏️ Fix typo in `docs/en/docs/alternatives.md`. PR [#10931](https://github.com/tiangolo/fastapi/pull/10931) by [@s111d](https://github.com/s111d).
    * 📝 Replace `email` with `username` in `docs_src/security/tutorial007` code examples. PR [#10649](https://github.com/tiangolo/fastapi/pull/10649) by [@nilslindemann](https://github.com/nilslindemann).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. Administrator */
        String MAIL_FROM_NAME = "mail.from.name";
    
        /** The key of the configuration. e.g. root@localhost */
        String MAIL_FROM_ADDRESS = "mail.from.address";
    
        /** The key of the configuration. e.g.  */
        String MAIL_HOSTNAME = "mail.hostname";
    
        /** The key of the configuration. e.g.  */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  7. ChangeLog.md

    - [`KT-61856`](https://youtrack.jetbrains.com/issue/KT-61856) K2: "KotlinIllegalArgumentExceptionWithAttachments" on usage of javax.validation.constraints.Email.List
    - [`KT-54792`](https://youtrack.jetbrains.com/issue/KT-54792) Store program order of properties inside `@kotlin`.Metadata
    - [`KT-56083`](https://youtrack.jetbrains.com/issue/KT-56083) K2: build ktor
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
  8. api/go1.13.txt

    pkg log/syslog (netbsd-arm64-cgo), const LOG_LPR = 48
    pkg log/syslog (netbsd-arm64-cgo), const LOG_LPR Priority
    pkg log/syslog (netbsd-arm64-cgo), const LOG_MAIL = 16
    pkg log/syslog (netbsd-arm64-cgo), const LOG_MAIL Priority
    pkg log/syslog (netbsd-arm64-cgo), const LOG_NEWS = 56
    pkg log/syslog (netbsd-arm64-cgo), const LOG_NEWS Priority
    pkg log/syslog (netbsd-arm64-cgo), const LOG_NOTICE = 5
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg log/syslog (darwin-arm64), const LOG_LOCAL7 Priority
    pkg log/syslog (darwin-arm64), const LOG_LPR = 48
    pkg log/syslog (darwin-arm64), const LOG_LPR Priority
    pkg log/syslog (darwin-arm64), const LOG_MAIL = 16
    pkg log/syslog (darwin-arm64), const LOG_MAIL Priority
    pkg log/syslog (darwin-arm64), const LOG_NEWS = 56
    pkg log/syslog (darwin-arm64), const LOG_NEWS Priority
    pkg log/syslog (darwin-arm64), const LOG_NOTICE = 5
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top