- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for origKeys (0.04 sec)
-
cmd/iam.go
} } } } // Replacing origKeys[0] with normKey in the policyMap // len(origKeys) is always > 0, so here len(origKeys) == 1 mappingValue := policyMap[origKeys[0]] delete(policyMap, origKeys[0]) policyMap[normKey] = mappingValue iamLogEvent(ctx, "import-ldap-normalize: normalized LDAP DN mapping from `%s` to `%s`", origKeys[0], normKey)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 75.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/cors.md
Então, todos estes são origens diferentes: * `http://localhost` * `https://localhost` * `http://localhost:8080` Mesmo se todos estiverem em `localhost`, eles usam diferentes protocolos e portas, portanto, são "origens" diferentes. ## Passos
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.5K bytes - Viewed (0)