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

@ -33,6 +33,7 @@ class AuthBackendTest {
* Test forType() method.
*/
@Test
@SuppressWarnings("deprecation")
void forTypeTest() {
assertEquals(AuthBackend.TOKEN, AuthBackend.forType("token"));
assertEquals(AuthBackend.APPID, AuthBackend.forType("app-id"));