File tree 1 file changed +2
-2
lines changed
src/main/java/com/ibm/cloud/sdk/core/security
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * (C) Copyright IBM Corp. 2021.
2
+ * (C) Copyright IBM Corp. 2021, 2023 .
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
@@ -42,7 +42,7 @@ public class VpcInstanceAuthenticator
42
42
private static final String operationPathCreateAccessToken = "/instance_identity/v1/token" ;
43
43
private static final String operationPathCreateIamToken = "/instance_identity/v1/iam_token" ;
44
44
private static final String metadataFlavor = "ibm" ;
45
- private static final String metadataServiceVersion = "2021-09-20 " ;
45
+ private static final String metadataServiceVersion = "2022-03-01 " ;
46
46
private static final int instanceIdentityTokenLifetime = 300 ;
47
47
48
48
// Properties specific to a VpcInstanceAuthenticator.
You can’t perform that action at this time.
0 commit comments