File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/ibm/cloud/sdk/core/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments