URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). Original pull request: gh-394.
This commit is contained in:
committed by
Mark Paluch
parent
ee90bdfc85
commit
fe6de53339
@@ -62,7 +62,7 @@ import org.springframework.web.client.RestOperations;
|
||||
* @see <a href="https://www.vaultproject.io/docs/auth/aws.html">Auth Backend: aws
|
||||
* (IAM)</a>
|
||||
* @see <a
|
||||
* href="http://docs.aws.amazon.com/STS/latest/APIReference/API_GetCallerIdentity.html">AWS:
|
||||
* href="https://docs.aws.amazon.com/STS/latest/APIReference/API_GetCallerIdentity.html">AWS:
|
||||
* GetCallerIdentity</a>
|
||||
*/
|
||||
public class AwsIamAuthentication implements ClientAuthentication {
|
||||
|
||||
Reference in New Issue
Block a user