Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 182 for 8180 (0.12 sec)

  1. docs/auditlog/auditlog-echo.md

    1. Run the tool with:
    
    ```
    go run docs/auditlog/auditlog-echo.go
    ```
    
    The listen port has a default value (8080), but can be set with the `-port` flag.
    
    2. Configure audit logging in MinIO with for example:
    
    ```
    mc admin config set myminio audit_webhook enable=on endpoint=http://localhost:8080
    ```
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 21:31:13 GMT 2024
    - 447 bytes
    - Viewed (0)
  2. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/portfilter_output.yaml

    - clusterName: outbound|80||istio-ingressgateway.istio-system.svc.cluster.local
      endpoints:
      - lbEndpoints:
        - endpoint:
            address:
              socketAddress:
                address: 10.244.0.176
                portValue: 8080
            healthCheckConfig: {}
          healthStatus: HEALTHY
          loadBalancingWeight: 1
          metadata:
            filterMetadata:
              istio:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Jul 12 02:25:59 GMT 2022
    - 1K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/orig/open-search/osdd.xml

      <Description>Full Text Search for Your Documents.</Description>
      <Tags>Full Text Search</Tags>
      <Contact>******@****.***</Contact>
      <SearchForm>http://localhost:8080/fess/</SearchForm>
      <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/>
      <InputEncoding>UTF-8</InputEncoding>
      <OutputEncoding>UTF-8</OutputEncoding>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 10 02:26:02 GMT 2015
    - 535 bytes
    - Viewed (0)
  4. docs/sts/keycloak.md

    Client ID can be found by clicking any of the clients listed [here](http://localhost:8080/auth/admin/master/console/#/realms/minio/clients). If you have followed the above steps docs, the default Client ID will be `account`.
    
    ```
    $ go run docs/sts/web-identity.go -cid account -csec 072e7f00-4289-469c-9ab2-bbe843c7f5a8  -config-ep "http://localhost:8080/auth/realms/minio/.well-known/openid-configuration" -port 8888
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 8.1K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/cors.md

    ๐Ÿ‡จ๐Ÿ‡ณ ๐ŸŒ€ ๐Ÿ› ๏ธ (`http`, `https`), ๐Ÿ†” (`myapp.com`, `localhost`, `localhost.tiangolo.com`), &amp; โ›ด (`80`, `443`, `8080`).
    
    , ๐ŸŒ ๐Ÿ‘ซ ๐ŸŽ ๐Ÿ‡จ๐Ÿ‡ณ:
    
    * `http://localhost`
    * `https://localhost`
    * `http://localhost:8080`
    
    ๐Ÿšฅ ๐Ÿ‘ซ ๐ŸŒ `localhost`, ๐Ÿ‘ซ โš™๏ธ ๐ŸŽ ๐Ÿ› ๏ธ โš–๏ธ โ›ด,, ๐Ÿ‘ซ ๐ŸŽ "๐Ÿ‡จ๐Ÿ‡ณ".
    
    ## ๐Ÿ”
    
    , โžก๏ธ ๐Ÿ’ฌ ๐Ÿ‘† โœ”๏ธ ๐Ÿ•ธ ๐Ÿƒ ๐Ÿ‘† ๐Ÿ–ฅ `http://localhost:8080`, &amp; ๐Ÿšฎ ๐Ÿ•ธ ๐Ÿ”„ ๐Ÿ”— โฎ๏ธ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿƒ `http://localhost` (โ†ฉ๏ธ ๐Ÿ‘ฅ ๐Ÿšซ โœ” โ›ด, ๐Ÿ–ฅ ๐Ÿ”œ ๐Ÿค” ๐Ÿ”ข โ›ด `80`).
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Apr 01 09:26:04 GMT 2023
    - 4.1K bytes
    - Viewed (0)
  6. internal/config/policy/opa/help.go

    		return config.DefaultHelpPostfix(DefaultKVS, key)
    	}
    
    	Help = config.HelpKVS{
    		config.HelpKV{
    			Key:         URL,
    			Description: `[DEPRECATED] OPA HTTP(s) endpoint e.g. "http://localhost:8181/v1/data/httpapi/authz/allow"` + defaultHelpPostfix(URL),
    			Type:        "url",
    			Sensitive:   true,
    		},
    		config.HelpKV{
    			Key:         AuthToken,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Jun 23 14:45:27 GMT 2023
    - 1.6K bytes
    - Viewed (0)
  7. manifests/charts/istio-control/istio-discovery/files/profile-demo.yaml

        # checks always work. https://github.com/istio/istio/issues/12503
        - port: 15021
          targetPort: 15021
          name: status-port
        - port: 80
          targetPort: 8080
          name: http2
        - port: 443
          targetPort: 8443
          name: https
        - port: 31400
          targetPort: 31400
          name: tcp
          # This is the port where sni routing happens
        - port: 15443
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 02 22:30:06 GMT 2024
    - 2.1K bytes
    - Viewed (0)
  8. docs/ja/docs/tutorial/cors.md

    ใ‚ชใƒชใ‚ธใƒณใฏใƒ—ใƒญใƒˆใ‚ณใƒซ (`http`ใ€`https`) ใจใƒ‰ใƒกใ‚คใƒณ (`myapp.com`ใ€`localhost`ใ€`localhost.tiangolo.com`) ใจใƒใƒผใƒˆ (`80`ใ€`443`ใ€`8080`) ใฎ็ต„ใฟๅˆใ‚ใ›ใงใ™ใ€‚
    
    ใ—ใŸใŒใฃใฆใ€ไปฅไธ‹ใฏใ™ในใฆ็•ฐใชใ‚‹ใ‚ชใƒชใ‚ธใƒณใงใ™:
    
    * `http://localhost`
    * `https://localhost`
    * `http://localhost:8080`
    
    ใ™ในใฆ `localhost` ใงใ‚ใฃใฆใ‚‚ใ€็•ฐใชใ‚‹ใƒ—ใƒญใƒˆใ‚ณใƒซใ‚„ใƒใƒผใƒˆใ‚’ไฝฟ็”จใ™ใ‚‹ใฎใงใ€็•ฐใชใ‚‹ใ€Œใ‚ชใƒชใ‚ธใƒณใ€ใงใ™ใ€‚
    
    ## ใ‚นใƒ†ใƒƒใƒ—
    
    ใใ—ใฆใ€ใƒ–ใƒฉใ‚ฆใ‚ถไธŠใงๅฎŸ่กŒใ•ใ‚Œใฆใ„ใ‚‹ใƒ•ใƒญใƒณใƒˆใ‚จใƒณใƒ‰ (`http://localhost:8080`) ใŒใ‚ใ‚Šใ€ใใฎJavaScriptใŒ `http://localhost` ใงๅฎŸ่กŒใ•ใ‚Œใฆใ„ใ‚‹ใƒใƒƒใ‚ฏใ‚จใƒณใƒ‰ใจ้€šไฟกใ™ใ‚‹ใจใ—ใพใ™ใ€‚(ใƒใƒผใƒˆใ‚’ๆŒ‡ๅฎšใ—ใฆใ„ใชใ„ใฎใงใ€ใƒ–ใƒฉใ‚ฆใ‚ถใฏใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใฎ`80`ใƒใƒผใƒˆใ‚’ไฝฟ็”จใ—ใพใ™)
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Oct 18 06:02:19 GMT 2020
    - 6.3K bytes
    - Viewed (0)
  9. istioctl/pkg/workload/workload_test.go

    				" --annotations annotation=foobar --ports grpc=3550,http=8080 --serviceAccount test", " "),
    			expectedException: false,
    			expectedOutput:    customYAML,
    		},
    		{
    			description: "valid case - create full workload group with shortnames",
    			args: strings.Split("group create --name foo -n bar -l app=foo,bar=baz -p grpc=3550,http=8080"+
    				" -a annotation=foobar --serviceAccount test", " "),
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Mar 27 16:59:05 GMT 2024
    - 14.6K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/portfilter_output.txt

    NAME                  STATUS      LOCALITY     CLUSTER
    10.244.0.176:8080     HEALTHY                  outbound|80||istio-ingressgateway.istio-system.svc.cluster.local
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Apr 21 14:17:23 GMT 2023
    - 270 bytes
    - Viewed (0)
Back to top