Skip to content

Commit

Permalink
commit c60b76e
Browse files Browse the repository at this point in the history
Merge: f136a58 e17eda7
Author: Willy Kloucek <[email protected]>
Date:   Wed Oct 13 15:43:43 2021 +0200

    Merge pull request #2612 from owncloud/dont-expose-services-by-default

    don't expose services by default
  • Loading branch information
wkloucek committed Oct 13, 2021
1 parent f845447 commit b60dc27
Show file tree
Hide file tree
Showing 14 changed files with 892 additions and 885 deletions.
294 changes: 147 additions & 147 deletions extensions/accounts/configuration.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-13T11:50:21+0000"
date: "2021-10-13T13:45:45+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -46,7 +46,7 @@ Usage: `glauth health [command options] [arguments...]`


-debug-addr | $GLAUTH_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9129"`.
: Address to debug endpoint. Default: `"127.0.0.1:9129"`.



Expand Down Expand Up @@ -177,7 +177,7 @@ Usage: `glauth server [command options] [arguments...]`


-debug-addr | $GLAUTH_DEBUG_ADDR
: Address to bind debug server. Default: `"0.0.0.0:9129"`.
: Address to bind debug server. Default: `"127.0.0.1:9129"`.


-debug-token | $GLAUTH_DEBUG_TOKEN
Expand All @@ -197,15 +197,15 @@ Usage: `glauth server [command options] [arguments...]`


-ldap-addr | $GLAUTH_LDAP_ADDR
: Address to bind ldap server. Default: `"0.0.0.0:9125"`.
: Address to bind ldap server. Default: `"127.0.0.1:9125"`.


-ldap-enabled | $GLAUTH_LDAP_ENABLED
: Enable ldap server. Default: `true`.


-ldaps-addr | $GLAUTH_LDAPS_ADDR
: Address to bind ldap server. Default: `"0.0.0.0:9126"`.
: Address to bind ldap server. Default: `"127.0.0.1:9126"`.


-ldaps-enabled | $GLAUTH_LDAPS_ENABLED
Expand Down
8 changes: 4 additions & 4 deletions extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-13T11:50:21+0000"
date: "2021-10-13T13:45:45+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down Expand Up @@ -84,7 +84,7 @@ Usage: `graph-explorer health [command options] [arguments...]`


-debug-addr | $GRAPH_EXPLORER_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9136"`.
: Address to debug endpoint. Default: `"127.0.0.1:9136"`.



Expand Down Expand Up @@ -139,7 +139,7 @@ Usage: `graph-explorer server [command options] [arguments...]`


-debug-addr | $GRAPH_EXPLORER_DEBUG_ADDR
: Address to bind debug server. Default: `"0.0.0.0:9136"`.
: Address to bind debug server. Default: `"127.0.0.1:9136"`.


-debug-token | $GRAPH_EXPLORER_DEBUG_TOKEN
Expand All @@ -155,7 +155,7 @@ Usage: `graph-explorer server [command options] [arguments...]`


-http-addr | $GRAPH_EXPLORER_HTTP_ADDR
: Address to bind http server. Default: `"0.0.0.0:9135"`.
: Address to bind http server. Default: `"127.0.0.1:9135"`.


-http-root | $GRAPH_EXPLORER_HTTP_ROOT
Expand Down
108 changes: 54 additions & 54 deletions extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-13T11:50:21+0000"
date: "2021-10-13T13:45:45+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down Expand Up @@ -35,153 +35,153 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with command-line flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### graph health
### graph server

Check health status
Start integrated server

Usage: `graph health [command options] [arguments...]`
Usage: `graph server [command options] [arguments...]`






-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9124"`.

-log-file | $GRAPH_LOG_FILE , $OCIS_LOG_FILE
: Enable log to file.


-tracing-enabled | $GRAPH_TRACING_ENABLED , $OCIS_TRACING_ENABLED
: Enable sending traces.


-tracing-type | $GRAPH_TRACING_TYPE , $OCIS_TRACING_TYPE
: Tracing backend type. Default: `"jaeger"`.


-tracing-endpoint | $GRAPH_TRACING_ENDPOINT , $OCIS_TRACING_ENDPOINT
: Endpoint for the agent. Default: `""`.


-tracing-collector | $GRAPH_TRACING_COLLECTOR , $OCIS_TRACING_COLLECTOR
: Endpoint for the collector. Default: `""`.


-tracing-service | $GRAPH_TRACING_SERVICE
: Service name for tracing. Default: `"graph"`.


-debug-addr | $GRAPH_DEBUG_ADDR
: Address to bind debug server. Default: `"127.0.0.1:9124"`.


-debug-token | $GRAPH_DEBUG_TOKEN
: Token to grant metrics access. Default: `""`.


-debug-pprof | $GRAPH_DEBUG_PPROF
: Enable pprof debugging.

### graph ocis-graph

Serve Graph API for oCIS
-debug-zpages | $GRAPH_DEBUG_ZPAGES
: Enable zpages debugging.

Usage: `graph ocis-graph [command options] [arguments...]`

-http-addr | $GRAPH_HTTP_ADDR
: Address to bind http server. Default: `"127.0.0.1:9120"`.

-config-file | $GRAPH_CONFIG_FILE
: Path to config file. Default: `""`.

-http-root | $GRAPH_HTTP_ROOT
: Root path of http server. Default: `"/graph"`.

-log-level | $GRAPH_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.

-http-namespace | $GRAPH_HTTP_NAMESPACE
: Set the base namespace for the http service for service discovery. Default: `"com.owncloud.web"`.

-log-pretty | $GRAPH_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.

-spaces-webdav-base | $GRAPH_SPACES_WEBDAV_BASE
: spaces webdav base URL to use when rendering drive WabDAV URLs. Default: `"https://localhost:9200/dav/spaces/"`.

-log-color | $GRAPH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.

-jwt-secret | $GRAPH_JWT_SECRET , $OCIS_JWT_SECRET
: Used to validate the reva access JWT, should equal reva's jwt-secret. Default: `"Pive-Fumkiu4"`.


-reva-gateway-addr | $REVA_GATEWAY
: Address of REVA gateway endpoint. Default: `"127.0.0.1:9142"`.


-extensions |
: Run specific extensions during supervised mode. This flag is set by the runtime.

### graph health

Check health status

Usage: `graph health [command options] [arguments...]`






-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `"127.0.0.1:9124"`.





### graph server

Start integrated server

Usage: `graph server [command options] [arguments...]`







-log-file | $GRAPH_LOG_FILE , $OCIS_LOG_FILE
: Enable log to file.


-tracing-enabled | $GRAPH_TRACING_ENABLED , $OCIS_TRACING_ENABLED
: Enable sending traces.


-tracing-type | $GRAPH_TRACING_TYPE , $OCIS_TRACING_TYPE
: Tracing backend type. Default: `"jaeger"`.
### graph ocis-graph

Serve Graph API for oCIS

-tracing-endpoint | $GRAPH_TRACING_ENDPOINT , $OCIS_TRACING_ENDPOINT
: Endpoint for the agent. Default: `""`.
Usage: `graph ocis-graph [command options] [arguments...]`


-tracing-collector | $GRAPH_TRACING_COLLECTOR , $OCIS_TRACING_COLLECTOR
: Endpoint for the collector. Default: `""`.
-config-file | $GRAPH_CONFIG_FILE
: Path to config file. Default: `""`.


-tracing-service | $GRAPH_TRACING_SERVICE
: Service name for tracing. Default: `"graph"`.
-log-level | $GRAPH_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.


-debug-addr | $GRAPH_DEBUG_ADDR
: Address to bind debug server. Default: `"0.0.0.0:9124"`.
-log-pretty | $GRAPH_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.


-debug-token | $GRAPH_DEBUG_TOKEN
: Token to grant metrics access. Default: `""`.
-log-color | $GRAPH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.


-debug-pprof | $GRAPH_DEBUG_PPROF
: Enable pprof debugging.


-debug-zpages | $GRAPH_DEBUG_ZPAGES
: Enable zpages debugging.


-http-addr | $GRAPH_HTTP_ADDR
: Address to bind http server. Default: `"0.0.0.0:9120"`.


-http-root | $GRAPH_HTTP_ROOT
: Root path of http server. Default: `"/graph"`.


-http-namespace | $GRAPH_HTTP_NAMESPACE
: Set the base namespace for the http service for service discovery. Default: `"com.owncloud.web"`.


-spaces-webdav-base | $GRAPH_SPACES_WEBDAV_BASE
: spaces webdav base URL to use when rendering drive WabDAV URLs. Default: `"https://localhost:9200/dav/spaces/"`.


-jwt-secret | $GRAPH_JWT_SECRET , $OCIS_JWT_SECRET
: Used to validate the reva access JWT, should equal reva's jwt-secret. Default: `"Pive-Fumkiu4"`.


-reva-gateway-addr | $REVA_GATEWAY
: Address of REVA gateway endpoint. Default: `"127.0.0.1:9142"`.


-extensions |
: Run specific extensions during supervised mode. This flag is set by the runtime.

8 changes: 4 additions & 4 deletions extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-10-13T11:50:21+0000"
date: "2021-10-13T13:45:45+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down Expand Up @@ -46,7 +46,7 @@ Usage: `idp health [command options] [arguments...]`


-debug-addr | $IDP_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9134"`.
: Address to debug endpoint. Default: `"127.0.0.1:9134"`.



Expand Down Expand Up @@ -221,7 +221,7 @@ Usage: `idp server [command options] [arguments...]`


-debug-addr | $IDP_DEBUG_ADDR
: Address to bind debug server. Default: `"0.0.0.0:9134"`.
: Address to bind debug server. Default: `"127.0.0.1:9134"`.


-debug-token | $IDP_DEBUG_TOKEN
Expand All @@ -237,7 +237,7 @@ Usage: `idp server [command options] [arguments...]`


-http-addr | $IDP_HTTP_ADDR
: Address to bind http server. Default: `"0.0.0.0:9130"`.
: Address to bind http server. Default: `"127.0.0.1:9130"`.


-http-root | $IDP_HTTP_ROOT
Expand Down
Loading

0 comments on commit b60dc27

Please sign in to comment.