Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ADMIN$ (0.16 sec)

  1. cmd/admin-handlers-pools.go

    	ctx := r.Context()
    
    	objectAPI, _ := validateAdminReq(ctx, w, r, policy.RebalanceAdminAction)
    	if objectAPI == nil {
    		return
    	}
    
    	// NB rebalance-start admin API is always coordinated from first pool's
    	// first node. The following is required to serialize (the effects of)
    	// concurrent rebalance-start commands.
    	if ep := globalEndpoints[0].Endpoints[0]; !ep.IsLocal {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Sep 04 20:47:24 UTC 2025
    - 11K bytes
    - Viewed (0)
  2. cmd/admin-handlers-idp-openid.go

    	"sort"
    
    	"github.com/minio/madmin-go/v3"
    	"github.com/minio/minio-go/v7/pkg/set"
    	"github.com/minio/pkg/v3/policy"
    )
    
    const dummyRoleARN = "dummy-internal"
    
    // ListAccessKeysOpenIDBulk - GET /minio/admin/v3/idp/openid/list-access-keys-bulk
    func (a adminAPIHandlers) ListAccessKeysOpenIDBulk(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	// Get current object layer instance.
    	objectAPI := newObjectLayerFn()
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Sep 06 17:38:46 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  3. docs/en/data/topic_repos.yml

      stars: 3420
      owner_login: rashadphz
      owner_html_url: https://github.com/rashadphz
    - name: fastapi-admin
      html_url: https://github.com/fastapi-admin/fastapi-admin
      stars: 3417
      owner_login: fastapi-admin
      owner_html_url: https://github.com/fastapi-admin
    - name: huma
      html_url: https://github.com/danielgtaylor/huma
      stars: 3351
      owner_login: danielgtaylor
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:41 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  4. docs/en/data/translation_reviewers.yml

      url: https://github.com/joonas-yoon
    baseplate-admin:
      login: baseplate-admin
      count: 12
      avatarUrl: https://avatars.githubusercontent.com/u/61817579?u=ce4c268fa949ae9a0290996e7949195302055812&v=4
      url: https://github.com/baseplate-admin
    KaniKim:
      login: KaniKim
      count: 12
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:29 UTC 2025
    - 65.1K bytes
    - Viewed (0)
Back to top