mark deprecated AppID components for removal
All checks were successful
continuous-integration/drone/push Build is passing

The AppID backend is no longer available in the latest Vault releases,
so we plan removal with a following major release.
This commit is contained in:
2022-11-21 12:01:26 +01:00
parent abba4dff93
commit 909eab762c
5 changed files with 21 additions and 11 deletions

View File

@@ -24,6 +24,7 @@ package de.stklcode.jvault.connector.model;
*/
public enum AuthBackend {
TOKEN("token"),
@Deprecated(since = "1.1.3", forRemoval = true)
APPID("app-id"),
APPROLE("approle"),
USERPASS("userpass"),