Skip to content

Commit d66fdbc

Browse files
committed
fix(VpcInstanceAuthenticator): use correct version string
Signed-off-by: Phil Adams <[email protected]>
1 parent 80824d0 commit d66fdbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/ibm/cloud/sdk/core/security/VpcInstanceAuthenticator.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (C) Copyright IBM Corp. 2021.
2+
* (C) Copyright IBM Corp. 2021, 2023.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -42,7 +42,7 @@ public class VpcInstanceAuthenticator
4242
private static final String operationPathCreateAccessToken = "/instance_identity/v1/token";
4343
private static final String operationPathCreateIamToken = "/instance_identity/v1/iam_token";
4444
private static final String metadataFlavor = "ibm";
45-
private static final String metadataServiceVersion = "2021-09-20";
45+
private static final String metadataServiceVersion = "2022-03-01";
4646
private static final int instanceIdentityTokenLifetime = 300;
4747

4848
// Properties specific to a VpcInstanceAuthenticator.

0 commit comments

Comments
 (0)