-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update eic_curl_authorized_keys for release 1.1.13
* Verify that domain returned from IMDS is an AWS domain
- Loading branch information
Showing
4 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1-12 | ||
1.1-13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
ec2-instance-connect (1.1.13) xenial; urgency=high | ||
|
||
* Verify that domain returned from IMDS is an AWS domain | ||
|
||
-- Jacob Meisler <[email protected]> Thu, 22 Oct 2020 00:00:00 -0400 | ||
|
||
ec2-instance-connect (1.1.12) xenial; urgency=high | ||
|
||
* Adding support for Instance Metadata Service Version 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,6 +155,8 @@ fi | |
|
||
|
||
%changelog | ||
* Thu Oct 22 2020 Jacob Meisler <[email protected]> 1.1-13 | ||
- Verify that domain returned from IMDS is an AWS domain | ||
* Tue Nov 19 2019 Daniel Anderson <[email protected]> 1.1-12 | ||
- Adding support for Instance Metadata Service Version 2 | ||
- Modifying cURL invocation to avoid need for eval | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters