Commit graph

109 commits

Author SHA1 Message Date
Roman Tkachenko 06c40020f7
[auto] Update AMI IDs for 12.1.0 (#22718) 2023-03-07 18:35:41 +00:00
Roman Tkachenko ae5d010427
[auto] Update AMI IDs for 12.0.4 (#22374) 2023-02-27 22:19:33 +00:00
Roman Tkachenko f98ae57024
[auto] Update AMI IDs for 12.0.2 (#21743) 2023-02-13 19:17:09 +00:00
Gus Luxton 74b078d74e
Delete assets/aws/cloudformation directory (#21675)
https://github.com/gravitational/teleport/pull/20417 deleted the `examples/aws/cloudformation` directory which this README refers to, so it's no longer necessary to keep this here.

Follow up to #20417
2023-02-11 00:09:59 +00:00
Zac Bergquist a839bc2dfb
Remove unused Jenkinsfiles (#21549) 2023-02-09 21:19:44 +00:00
Zac Bergquist e044770c59
assets/aws: Fix unportable use of sed (#21501)
The -i flag is not specified in POSIX, and results in different
behavior when this command is run on a macOS workstation or a GNU
Linux box.

Fix this by doing what the -i flag does manually (writing to a separate
file and then overwriting the original).
2023-02-09 00:22:48 +00:00
Roman Tkachenko 7b96a36504
[auto] Update AMI IDs for 12.0.1 (#21498)
* [auto] Update AMI IDs for 12.0.1

* Delete Makefile-E

* Fix
2023-02-08 22:16:58 +00:00
Zac Bergquist 88bc912cdd
Convert AMI update script to Go (#20951)
The existing script relies on Linux-specific tools, making it
more difficult than necessary for running on macOS workstations.
2023-02-08 19:57:31 +00:00
Zac Bergquist 9e3114adeb
[auto] Update AMI IDs for 11.3.1 (#20934) 2023-01-31 00:29:26 +00:00
Roman Tkachenko ae386a5b23
Update AMI IDs for 11.2.2 (#20466)
Co-authored-by: Steven Martin <steven@goteleport.com>
2023-01-20 09:43:48 +01:00
Zac Bergquist d608c5e132
[auto] Update AMI IDs for 11.2.1 (#20118) 2023-01-12 20:35:07 +00:00
Zac Bergquist f67da97c0b
[auto] Update AMI IDs for 11.2.0 (#19972) 2023-01-09 15:53:22 +00:00
Roman Tkachenko 77742ed3b0
[auto] Update AMI IDs for 11.1.4 (#19661) 2022-12-23 22:56:02 +00:00
Roman Tkachenko 79b578457b
[auto] Update AMI IDs for 11.1.2 (#19130) 2022-12-06 23:28:12 +00:00
Roman Tkachenko e3e945f15f
[auto] Update AMI IDs for 11.1.1 (#18987) 2022-12-01 23:09:24 +00:00
Roman Tkachenko 1126df6136
[auto] Update AMI IDs for 11.1.0 (#18865) 2022-11-29 16:33:57 +00:00
Roman Tkachenko 1cb13b10d4
[auto] Update AMI IDs for 11.0.3 (#18485) 2022-11-15 14:55:26 -05:00
Hugo Shaka 0d6adaa50a
Standardize systemd LimitNOFILE (#17893)
Actual LimitNOFILE varies greatly between the systems as it depends on the
systemd version and the go version used to build Teleport. The goal of this
commit is to run Teleport in the same setup, regardless of the distro nor
Teleport version.

New systemd defaults are 1024:524288, and starting with go 1.19, go process can
increase their soft limit up to the hard limmit dynamically. Old systemd
versions don't suppoprt `soft:hard` notation and old go versions don't
automatically increase up to the hard limit. For this reasons, the most
compatible setting is to set softlimit=hardlimit=524288.
2022-10-31 16:56:02 +00:00
Roman Tkachenko 1c82953410
[auto] Update AMI IDs for 11.0.1 (#17895) 2022-10-27 20:57:24 +00:00
Roman Tkachenko 32307119e7
[auto] Update AMI IDs for 11.0.0 (#17743) 2022-10-24 23:18:09 +00:00
Ryan Clark 37e832aab2
Fix setting an incorrect port when generating a Teleport config (#17121) 2022-10-07 10:48:29 +00:00
Roman Tkachenko 4df01494b7
[auto] Update AMI IDs for 10.3.1 (#16924) 2022-10-02 19:58:39 +00:00
Ryan Clark 806a568ada
Introduce config v3, add auth_server and proxy_server, remove auth_addresses (#15761) 2022-09-28 15:30:15 +00:00
Roman Tkachenko 7f19ac38f8
[auto] Update AMI IDs for 10.2.6 (#16778) 2022-09-28 01:12:45 +00:00
Roman Tkachenko 79d57bbb9c
[auto] Update AMI IDs for 10.2.4 (#16721) 2022-09-26 18:25:20 +00:00
Roman Tkachenko 60a98847bc
[auto] Update AMI IDs for 10.2.2 (#16524) 2022-09-20 21:41:38 +00:00
Roman Tkachenko 65d1da6dd2
[auto] Update AMI IDs for 10.2.1 (#16298) 2022-09-09 22:57:53 +00:00
Roman Tkachenko 0ba6019412
[auto] Update AMI IDs for 10.1.9 (#16007) 2022-08-31 10:23:55 -07:00
Brian Joerger a62b8a0b64
Default debug to false in aws AMI scripts (#15887)
Default debug to false in aws scripts.
2022-08-29 17:00:07 +00:00
Hugo Shaka 2baa7e72d9
ami: update Grafana to 9.0.7 (#15585)
Fixes #4218

This commit:
- Bumps the grafana version
- Fixes the packer script failing when `DEBUG` is unset
- Makes nginx propagate the Host header required since
  https://grafana.com/blog/2022/02/08/grafana-7.5.15-and-8.3.5-released-with-moderate-severity-security-fixes/
- Makes nginx proxy websocket calls properly (since grafana 8)
- Retab nginx conf files that were a mix of tabs and spaces
- Makes Terraform compute s3 files md5 to detect and apply changes
2022-08-17 13:38:17 +00:00
Roman Tkachenko dd1cfc7dd9
[auto] Update AMI IDs for 10.1.4 (#15532) 2022-08-15 22:44:29 +00:00
Brian Joerger 66a428bcf0
Use Debug flag in aws scripts (#15407)
Wrap set -x with DEBUG check to prevent inadvertently logging secrets, such as join tokens held in the /etc/teleport.d/conf.
2022-08-11 16:32:20 +00:00
Hugo Hervieux 5528138e54 Fix cert renewal by recovering certbot state (#3610) 2022-08-04 13:35:38 -04:00
Roman Tkachenko 9c7d9134e2
[auto] Update AMI IDs for 10.1.2 (#15157) 2022-08-03 18:22:12 +00:00
Roman Tkachenko bab046837e
[auto] Update AMI IDs for 10.0.0 (#14251) 2022-07-09 01:06:36 +00:00
Roman Tkachenko 8fbdf1c292
[auto] Update AMI IDs for 9.3.9 (#14112) 2022-07-05 19:56:40 +00:00
Roman Tkachenko 2385fc79d8
[auto] Update AMI IDs for 9.3.7 (#13766) 2022-06-26 16:27:50 +00:00
fheinecke b1b3e947bf
Fixed AWS 'teleport-generate-config' script when IMDSV2 is used (#13417) 2022-06-15 16:57:49 +00:00
Roman Tkachenko 17b028defe
[auto] Update AMI IDs for 9.3.5 (#13458) 2022-06-14 15:13:56 +00:00
Steven Martin f7169aad07
Enable wildcard dns to support Application Access (#12972) 2022-06-10 15:31:48 +00:00
Roman Tkachenko 126d22956c
[auto] Update AMI IDs for 9.3.4 (#13352) 2022-06-09 21:25:03 +00:00
Roman Tkachenko cecf9dce18
[auto] Update AMI IDs for 9.3.2 (#13153) 2022-06-03 19:37:51 -04:00
Håkon Solbjørg 18575ddba2
fix(generate-config): Always set TELEPORT_CLUSTER_NAME for auth_service (#11564)
Co-authored-by: Gus Luxton <gus@goteleport.com>
2022-06-01 15:35:27 +00:00
Roman Tkachenko c2ace99b1c
[auto] Update AMI IDs for 9.3.0 (#13003) 2022-05-31 16:43:03 +00:00
Roman Tkachenko f396e79f5a
[auto] Update AMI IDs for 9.2.4 (#12805) 2022-05-20 23:26:52 +00:00
Roman Tkachenko def71e7b0a
[auto] Update AMI IDs for 9.1.3 (#12377) 2022-05-02 19:17:58 -04:00
Roman Tkachenko 0243c88cdb
[auto] Update AMI IDs for 9.1.0 (#12137) 2022-04-20 20:34:51 -07:00
Roman Tkachenko cc2e1ad214 [auto] Update AMI IDs for 9.0.4 2022-04-07 20:20:53 -07:00
Roman Tkachenko 9789ec497f
[auto] Update AMI IDs for 9.0.3 (#11653) 2022-04-01 15:11:06 +00:00
Roman Tkachenko 062c92b81e
[auto] Update AMI IDs for 9.0.2 (#11474) 2022-03-28 15:37:02 +00:00