#
# /etc/autodist/secrets -- autodist sensitive credentials
#
# This file is sourced by autodist scripts that need access to privileged
# operations. It should be owned by root and readable only by the autodist
# user (chmod 640, chown root:autodist).
#
# WebDAV credentials used by autodist-repository for server-side
# remote-to-remote MOVE/COPY operations across repository subtrees.
# These credentials must have read-write access to the full repository
# area (typically /pub/openmamba/ on the distribution web server).
#
#AUTODIST_WEBDAV_USER=
#AUTODIST_WEBDAV_PASSWD=

# Bearer token for authenticated requests to the distroquery REST API
# (api.openmamba.org). Used by autodist-distroquery for social-log
# read/write operations.
#
#DISTROQUERY_API_TOKEN=
