User:Rhyne-Wyse/Usage

From Nasqueron Agora
Revision as of 22:09, 20 September 2025 by Dereckson (talk | contribs)

The bot can be run manually from WindRiver.

From a development version of the reports repository:

$ git clone https://devcentral.nasqueron.org/source/reports.git

$ cd reports/tools/rhyne-wyse

$ bin/update-agora-reports
Logging in to agora:agora as Rhyne-Wyse
[wiki.update_report] Report devcentral-token-language-models is up to date.
[wiki.update_report] Update report agora-operations-grimoire-older-pages
Sleeping for 9.1 seconds, 2025-09-20 21:47:39
WARNING: API error badtoken: Invalid CSRF token.
Sleeping for 9.9 seconds, 2025-09-20 21:47:48
Page [[Operations grimoire/Old content report]] saved

To do so, you need to configure the environment for Vault access:

   export VAULT_CACERT=/usr/local/share/certs/nasqueron-vault-ca.crt
   export VAULT_ADDR=https://complector.nasqueron.drake:8200

That works as we catch permission error to read the rhyne-wyse UNIX user configuration file for Vault, and fallback to a default configuration. In such default configuration, Vault can be configured from environment.

You also need to have a Vault token attached to the rhyne-wyse policy (Agora account + limited MariaDB access for SELECT on page table). No need to populate it in VAULT_TOKEN, the client will read it correctly at $HOME/.vault-token.

If you don't have such access, open a task on DevCentral to require it.