--- # nfpm config for building the vault-plugin-secrets-litellm RPM. # Rendered through envsubst (see scripts/build-rpm.sh) then fed to `nfpm pkg`. name: ${PACKAGE_NAME} version: ${PACKAGE_VERSION} release: ${PACKAGE_RELEASE} arch: ${PACKAGE_ARCH} platform: ${PACKAGE_PLATFORM} section: default priority: extra description: "${PACKAGE_DESCRIPTION}" maintainer: ${PACKAGE_MAINTAINER} homepage: ${PACKAGE_HOMEPAGE} license: ${PACKAGE_LICENSE} disable_globbing: false replaces: - vault-plugin-secrets-litellm provides: - vault-plugin-secrets-litellm # Install the plugin binary into the Vault/OpenBao plugin directory. Point the # server's plugin_directory at /opt/vault-plugins to pick it up. contents: - src: dist/vault-plugin-secrets-litellm dst: /opt/vault-plugins/vault-plugin-secrets-litellm file_info: mode: 0755 owner: root group: root scripts: preinstall: packaging/scripts/preinstall.sh