Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert vault auth code from busl to mpl libraries
Switch usage of Vault libraries that are licensed under Business Source License (BUSL-1.1) in favor of Vault libraries licensed under the the open source Mozilla Public License (MPL-2.0). In practice, this means avoiding code imported by `github.com/hashicorp/vault/command` which is part of the top-level Vault application licensed under BUSL-1.1 and instead using code imported by `github.com/hashicorp/vault/api` which is not part of the top-level Vault application and which is licensed under the open source MPL-2.0 license. Resolves #79 Signed-off-by: Blaine Gardner <[email protected]>
- Loading branch information