You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <blaine.gardner@ibm.com>
0 commit comments