Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for clientWants (0.09 sec)

  1. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/context/DaemonCompatibilitySpecSpec.groovy

        }
    
        DaemonRequestContext clientWants(Map args) {
            clientWants(args.requestedJvm,
                args.daemonOpts ?: [],
                args.applyInstrumentationAgent ?: false,
                args.nativeServicesMode ?: NativeServices.NativeServicesMode.NOT_SET,
                args.priority?:DaemonParameters.Priority.NORMAL)
        }
    
        DaemonRequestContext clientWants(JavaInfo requestedJvm,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 00:09:57 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. cmd/sts-handlers.go

    	stsDurationSeconds        = "DurationSeconds"
    	stsLDAPUsername           = "LDAPUsername"
    	stsLDAPPassword           = "LDAPPassword"
    
    	// STS API action constants
    	clientGrants        = "AssumeRoleWithClientGrants"
    	webIdentity         = "AssumeRoleWithWebIdentity"
    	ldapIdentity        = "AssumeRoleWithLDAPIdentity"
    	clientCertificate   = "AssumeRoleWithCertificate"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  3. docs/sts/client-grants.md

        </Credentials>
      </AssumeRoleWithClientGrantsResult>
      <ResponseMetadata/>
    </AssumeRoleWithClientGrantsResponse>
    ```
    
    ## Using ClientGrants API
    
    ```
    export MINIO_ROOT_USER=minio
    export MINIO_ROOT_PASSWORD=minio123
    export MINIO_IDENTITY_OPENID_CONFIG_URL=http://localhost:8080/auth/realms/demo/.well-known/openid-configuration
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 7.2K bytes
    - Viewed (0)
  4. docs/sts/README.md

    ### Understanding JWT Claims
    
    > NOTE: JWT claims are only meant for WebIdentity and ClientGrants.
    > AssumeRole or LDAP users can skip the entire portion and directly visit one of the links below.
    >
    > - [**AssumeRole**](https://github.com/minio/minio/blob/master/docs/sts/assume-role.md)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Oct 25 00:44:15 UTC 2022
    - 7.8K bytes
    - Viewed (0)
Back to top