- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 366 for reconnect (0.16 sec)
-
cmd/admin-handlers.go
const operationTimeout = 10 * time.Second ldap := madmin.LDAP{} if globalIAMSys.LDAPConfig.Enabled() { ldapConn, err := globalIAMSys.LDAPConfig.LDAP.Connect() //nolint:gocritic if err != nil { ldap.Status = string(madmin.ItemOffline) } else if ldapConn == nil { ldap.Status = "Not Configured" } else { // Close ldap connection to avoid leaks.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 04 11:32:32 UTC 2024 - 99.7K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/HttpUrl.kt
* `http://square.github.io/dagger` and `http://google.github.io/dagger` are served by the same IP * address, the two URLs identify different resources. * * ### Port * * The port used to connect to the web server. By default this is 80 for HTTP and 443 for HTTPS. * This class never returns -1 for the port: if no port is explicitly specified in the URL then the * scheme's default is used. * * ### Path *
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Tue Jan 09 12:33:05 UTC 2024 - 63.5K bytes - Viewed (0) -
cmd/api-errors.go
}, ErrAdminConfigNotificationTargetsFailed: { Code: "XMinioAdminNotificationTargetsTestFailed", Description: "Configuration update failed due an unsuccessful attempt to connect to one or more notification servers", HTTPStatusCode: http.StatusBadRequest, }, ErrAdminProfilerNotEnabled: { Code: "XMinioAdminProfilerNotEnabled",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 92.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
- kube-apiserver: setting a `dryRun` query parameter on a CONNECT request will now cause the request to be rejected, consistent with behavior of other mutating API requests. Examples of CONNECT APIs are the `nodes/proxy`, `services/proxy`, `pods/proxy`, `pods/exec`, and `pods/attach` subresources. Note that this prevents sending a `dryRun` parameter to backends via `{nodes,...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* kube-apiserver: the OpenID Connect authenticator can now verify ID Tokens signed with JOSE algorithms other than RS256 through the --oidc-signing-algs flag. ([#58544](https://github.com/kubernetes/kubernetes/pull/58544), [@ericchiang](https://github.com/ericchiang))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* A distributed claim allows the OIDC provider to delegate a claim to a * separate URL. Distributed claims are of the form as seen below, and are * defined in the OIDC Connect Core 1.0, section 5.6.2. * For details, see: * http://openid.net/specs/openid-connect-core-1_0.html#AggregatedDistributedClaims
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), func CloseOnExec(int) pkg syscall (freebsd-386-cgo), func CmsgLen(int) int pkg syscall (freebsd-386-cgo), func CmsgSpace(int) int pkg syscall (freebsd-386-cgo), func Connect(int, Sockaddr) error pkg syscall (freebsd-386-cgo), func Dup(int) (int, error) pkg syscall (freebsd-386-cgo), func Dup2(int, int) error pkg syscall (freebsd-386-cgo), func Fchdir(int) error
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.28.md
- cloud.google.com/go/filestore: v1.6.0 - cloud.google.com/go/functions: v1.13.0 - cloud.google.com/go/gaming: v1.9.0 - cloud.google.com/go/gkebackup: v0.4.0 - cloud.google.com/go/gkeconnect: v0.7.0 - cloud.google.com/go/gkehub: v0.12.0 - cloud.google.com/go/gkemulticloud: v0.5.0 - cloud.google.com/go/gsuiteaddons: v1.5.0 - cloud.google.com/go/iam: v0.13.0 - cloud.google.com/go/iap: v1.7.1
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:34:59 UTC 2024 - 456.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
### Auth - Fixed OpenID Connect (OIDC) token refresh when the client secret contains a special character. ([#76914](https://github.com/kubernetes/kubernetes/pull/76914), [@tsuna](https://github.com/tsuna))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
- cloud.google.com/go/filestore: v1.6.0 → v1.7.1 - cloud.google.com/go/firestore: v1.9.0 → v1.11.0 - cloud.google.com/go/functions: v1.13.0 → v1.15.1 - cloud.google.com/go/gkebackup: v0.4.0 → v1.3.0 - cloud.google.com/go/gkeconnect: v0.7.0 → v0.8.1 - cloud.google.com/go/gkehub: v0.12.0 → v0.14.1 - cloud.google.com/go/gkemulticloud: v0.5.0 → v1.0.0 - cloud.google.com/go/gsuiteaddons: v1.5.0 → v1.6.1 - cloud.google.com/go/iam: v0.13.0 → v1.1.1
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:37:31 UTC 2024 - 375.1K bytes - Viewed (1)