Commit Graph

111 Commits

Author SHA1 Message Date
ivan katliarchuk
8eaf6df3d5
add back different tabulation
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-09-14 10:25:44 +01:00
ivan katliarchuk
d11ddb7ba7
merge with master
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-09-14 10:24:23 +01:00
ivan katliarchuk
3830fb29c6
wip
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-09-14 10:03:49 +01:00
ivan katliarchuk
a5b1d0f51b
swap with golang function
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-07-09 20:53:57 +01:00
ivan katliarchuk
b1bfffbe51
fix(issue-4448): uncomment test
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-07-05 20:37:00 +01:00
ivan katliarchuk
3aa5c91c23
fix(issue-4448): added another flavour of same function with tests
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-07-05 20:15:38 +01:00
ivan katliarchuk
33514943fd
fix(issue-4448): aws.go intedation to tabs
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-06-30 13:55:53 +01:00
ivan katliarchuk
20634785ee
fix(issue-4448): added tests for A and Alias records
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-06-30 13:35:24 +01:00
ivan katliarchuk
cc1f4ab148
fix(issue-4448): added unittest
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-06-30 12:44:11 +01:00
ivan katliarchuk
df6d68e9a6
fix(issue-4448): added octal decode method
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-06-30 11:29:37 +01:00
ivan katliarchuk
99827b1fec
fix(issue-4448): single change required to fix
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-06-30 08:00:08 +01:00
ivan katliarchuk
761ca1da09
fix(issue-4448): single change required to fix
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-06-30 07:58:52 +01:00
ivan katliarchuk
d112219336
fix(issue-4448): no longer crash
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-06-29 16:00:20 +01:00
Kubernetes Prow Robot
0ba14d8873
Merge pull request #3973 from c445/roehrijn/aws-profiles
feat(aws): use AWS profiles using .credentials file
2024-06-10 13:59:23 -07:00
Jan Roehrich
604a93670e resolve SZUECS' findings 2024-06-10 21:09:18 +02:00
Jan Roehrich
7ff4b3e8fa resolve SZUECS' findings 2024-06-09 21:33:05 +02:00
Jeremy Albuixech
95ba9f335e fix: uses correct elb url 2024-05-07 11:17:26 -07:00
Jeremy Albuixech
8ef04ef30e aws: add ca-west-1 region 2024-05-07 11:08:23 -07:00
Jan Roehrich
fd74c25661
rebase 2024-03-05 23:27:07 +01:00
Jan Roehrich
2059367ef4
fixing szuecs's findings 2024-03-05 23:06:21 +01:00
Jan Roehrich
3ac5a8eded
fixing mloiseleur's findings 2024-03-05 23:06:20 +01:00
Jan Roehrich
7fb0996bf0
fixing mloiseleur's findings 2024-03-05 23:06:20 +01:00
Jan Roehrich
d298517539
add AWS profile aspect to documentation 2024-03-05 23:06:19 +01:00
Jan Roehrich
a3426d6c44
Fix linter issues 2024-03-05 23:06:17 +01:00
Jan Roehrich
7fb25f44ce
Allow usage of (multiple) AWS profiles using .credentials file 2024-03-05 23:06:16 +01:00
Kubernetes Prow Robot
6cf4783a07
Merge pull request #4178 from papayakiwi/fix/aws-alias-records
fix(aws): allow alias records to be created when using the alias annotation
2024-02-29 10:23:42 -08:00
Megum1n
4ed7b2888d
Fix struct indentation 2024-02-07 16:29:51 +01:00
Megum1n
7d3d355175
Merge branch 'master' into aws-provider-validate-value-size 2024-02-07 16:27:36 +01:00
thiagoluiznunes
70835ab7bd feat(aws-provider): create flag to support sub-domains match parent
The current implementation of external-dns from sig-external-dns does
not support domain filtering (--domain-filter) for sub-domains on Route53,
such as test.sub-domain.domain.com. The function MatchParent was recently
removed from the base code, but it is still necessary for this purpose.
An example of a use case for this support is having a cluster per hosted
zone with a hundred ingress related to that zone with different variants of
sub-domains. With the matchParent function and zone-match-parent flag,
external-dns will now support an extended automatic match for sub-domains.
2024-02-06 10:33:01 -03:00
papaya kiwi
f9ee550912 fix(aws): allow alias records to be created when using the alias annotation 2024-01-14 23:17:50 +00:00
Sandor Szücs
e5f7e91c0c
fix: provide possibility to have a soft error mode to only log error and not fatal
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
2024-01-12 20:34:02 +01:00
Megum1n
7f726e09f5
Remove unnecessary assignments 2024-01-12 00:22:48 +01:00
Sandor Szücs
1ee6c0a77d
fix: provide possibility to have a soft error mode to only log error and not fatal
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
2024-01-09 22:13:24 +01:00
Megum1n
c711820c77
Bug fixes 2024-01-05 22:02:10 +01:00
Megum1n
822c2df06b
Skip change if it doesn't fit in any batch 2023-12-21 02:42:27 +01:00
Megum1n
c391f5588a
Validate AWS record values size during batch set generation 2023-12-19 10:21:47 +01:00
theloneexplorerquest
f18e66f83d update to add il-central-1 2023-12-05 23:21:28 +11:00
Kubernetes Prow Robot
f42e4fe854
Merge pull request #3910 from johngmyers/a-alias
Represent AWS Alias records as record type A
2023-09-18 12:08:57 -07:00
John Gardiner Myers
c596611f9e Allow AdjustEndpoints to return error 2023-09-03 11:23:03 -07:00
John Gardiner Myers
ff7412a844 Represent AWS Alias records as record type A 2023-09-02 17:54:50 -07:00
Shreyas Mhatre
c70e5f853e
Update aws.go for issue #3833 (#3834)
* Update aws.go for issue #3833

Fix to add ap-south-2 region to support elb and nlb

* Update provider/aws/aws.go

Added missing quotes

Co-authored-by: Raffaele Di Fazio <raffo@github.com>

* Update provider/aws/aws.go

Added missing quotes

Co-authored-by: Raffaele Di Fazio <raffo@github.com>

---------

Co-authored-by: Raffaele Di Fazio <raffo@github.com>
2023-09-01 07:54:43 -07:00
Justin Witrick
c00a24af55 aws: add ap-southeast-4 region
This change adds support for LB in ap-southeast-4
2023-08-28 10:31:19 -04:00
Avi Sharma
79987b308e Add AWS API gateway endpoint zoneId mappings
Signed-off-by: Avi Sharma <avi.08.sh@gmail.com>
2023-08-04 17:12:31 +05:30
Kubernetes Prow Robot
16b28d8afe
Merge pull request #3711 from johngmyers/domainfilter
Refactor Provider to require DomainFilter
2023-07-20 04:02:07 -07:00
Kubernetes Prow Robot
e602e049be
Merge pull request #3738 from Sewci0/adjust-aws-alias-ttl
[AWS] Adjust TTL for alias records
2023-06-28 04:08:30 -07:00
Seweryn Chlewicki
ce192181fb
Revert to recordTTL 2023-06-27 21:07:40 +01:00
Seweryn Chlewicki
0019d158dc
Unset instead 2023-06-27 17:49:58 +01:00
Seweryn Chlewicki
d18abe5f39
[AWS] Adjust TTL for alias records 2023-06-27 16:28:09 +01:00
John Gardiner Myers
43eea7fa9b Refactor Provider to require DomainFilter 2023-06-19 20:25:59 -07:00
John Gardiner Myers
794a10dfbe Use common code for creating AWS sessions 2023-06-18 16:47:37 -07:00