Skip to content

Commit

Permalink
Clarify docs for odcs_* configuration parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
  • Loading branch information
lcarva committed Nov 27, 2017
1 parent 3510b2f commit cb08045
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/configuration_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ Some options are also mandatory.

* `flatpak_base_image` (*optional*, `string`) - Docker image to use when installing RPMs to create a Flatpak. This does not have to match the version of the RPMs being installed.

* `odcs_url` (*optional*, `string`) - URL for API requests for the On Demand Compose Service. Needed for building Flatpaks
* `odcs_url` (*optional*, `string`) - URL for API requests for the On Demand Compose Service. Needed for building Flatpaks, optional otherwise.

* `odcs_insecure` (*optional*, `boolean`) - If set, valid SSL certificates will not be required for requests to `odcs_url`

* `odcs_openidc_secret` (*optional*, `string`) - name of [kubernetes secret](https://github.com/kubernetes/kubernetes/blob/master/docs/design/secrets.md) to use for authenticating to the ODCS. The secret must contain one key, called 'token'.
* `odcs_openidc_secret` (*optional*, `string`) - name of [kubernetes secret](https://github.com/kubernetes/kubernetes/blob/master/docs/design/secrets.md) to use for authenticating to the ODCS instance via OpenID. The secret must contain one key, called 'token'.

* `odcs_ssl_secret` (*optional*, `string`) - name of [kubernetes secret](https://github.com/kubernetes/kubernetes/blob/master/docs/design/secrets.md) to use for authenticating to the ODCS instance via SSL Certificate. The secret must contain one key, called 'cert'.

* `pdc_url` (*optional*, `string`) - URL for API requests for the Product Definition Center. Needed for building Flatpaks

Expand Down

0 comments on commit cb08045

Please sign in to comment.