Update README

This commit is contained in:
Luca Beltrame 2022-01-29 09:57:58 +01:00
parent 5a02d4d2af
commit 754c2c6e3d
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -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