From 754c2c6e3de905260668f64011e681f8efb64e4c Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 29 Jan 2022 09:57:58 +0100 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c0e402..495cf87 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,10 @@ Then you need to modify a few configuration parameters for your instance: - `api_url`: the URL to make API requests to the OBS instance. By default it points to the [public OBS instance of the openSUSE project](https://build.opensuse.org) (`https://api.opensuse.org`). - `instance_url`: the main URL of the Build Service instance. Defaults to `https://build.opensuse.org`. - `username`: A valid username for the instance -- `password`: A password for the username. **Currently kept in cleartext**. Suggestions on how to improve this are welcome. +- `password`: A password for the username. Suggestions on how to improve this are welcome. - `trigger_token`: An OBS access token with the `runservice` capability. See "Creating tokens" below. - `rebuild_token`: An OBS access token with the `rebuild` capability. See "Creating tokens" below. +- `secret`: A random string used to encrypt the password in the configuration file. ### Creating tokens