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
2b14345083
issue-4448: fix test
...
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-07-09 21:05: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
fca9914613
fix(issue-4448): uncomment test
...
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-07-05 20:29:40 +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
7249c6402a
fix(issue-4448): aws.go intedation to tabs
...
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-06-30 13:57:21 +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
d2f58246f0
fix(issue-4448): added test TestAWSApplyChanges
...
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2024-06-30 13:22:46 +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
Jan Roehrich
604a93670e
resolve SZUECS' findings
2024-06-10 21:09:18 +02:00
Jan Roehrich
fd74c25661
rebase
2024-03-05 23:27:07 +01:00
Jan Roehrich
38621aafc3
Rebase adaptions
2024-03-05 23:06:18 +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
7d3d355175
Merge branch 'master' into aws-provider-validate-value-size
2024-02-07 16:27:36 +01: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
Megum1n
a814586ca2
Test fixes
2024-01-05 22:02:02 +01:00
Kubernetes Prow Robot
874dd2bcba
Merge pull request #4115 from PascalBourdier/remove-compareboolean
...
fix: remove useless functions
2023-12-29 11:18:49 +01:00
Alfred Krohmer
366c070d89
cleanup: remove dead code ((Create|Update|Delete)Records
functions in AWS, Google, DNSimple)
...
These functions where exported but unused; only `CreateRecords` was used in some tests, but its use can be replaced with `ApplyChanges`.
2023-12-20 16:55:49 +01:00
Megum1n
c391f5588a
Validate AWS record values size during batch set generation
2023-12-19 10:21:47 +01:00
Pascal Bourdier
279cc2d889
fix: remove escapeAWSRecords func
...
escapeAWSRecords() is no more used
cf: a799233125
2023-12-16 15:45:29 +01: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
72a4fd8343
Address review comment
...
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
2023-09-15 19:43:36 -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
Kubernetes Prow Robot
16b28d8afe
Merge pull request #3711 from johngmyers/domainfilter
...
Refactor Provider to require DomainFilter
2023-07-20 04:02:07 -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
Sewci0
bbeb167e20
Update provider/aws/aws_test.go
...
Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
2023-06-27 17:20:02 +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
55bbb29f55
Route53 update configuration of target health checks
2023-06-09 17:11:28 -07:00
John Gardiner Myers
f4756f8498
Remove unnecessary Route53 code
2023-06-08 15:51:25 -07:00
John Gardiner Myers
10a6a04e47
Refactor route53 test assertions
...
Makes relevant tests verify the precise resulting route53 records
2023-05-15 17:57:23 -07:00
John Gardiner Myers
a799233125
Refactor route53 test initial state
...
Makes tests cover errors in conversion between endpoints and records and allows testing of records that can't be generated from an endpoint.
2023-05-15 17:56:40 -07:00
Seweryn Chlewicki
2533415e24
Add tests for AWS
2023-05-02 17:30:27 +01:00
Jeff Wenzbauer
1a683e440c
Update canonical zone test to dynamically test all canonical zones
2023-02-22 13:29:02 -07:00
Bruno Leite Alves
0dc451d7de
add ap-northeast-3 (Osaka) network balancer hosted zone ID to aws provider
2023-01-26 18:23:41 +01:00
Alfred Krohmer
7dd84a589d
Route53: retry single changes in a batch if the batch fails
...
If a single change fails during the retry, it will be added to a queue.
In the next iteration, changes from this queue will be submitted after
all other changes.
When submitting single changes, they are always submitted as batches of
changes with the same DNS name and ownership relation to avoid
inconsistency between the record created and the TXT records.
2023-01-16 16:03:16 +01:00
Alfred Krohmer
adf6ad753f
Route53: wrap route53.Change in preparation of retry mechanism
2023-01-16 16:03:03 +01:00
Jesse Gonzalez
2b28a334c9
test(aws/provider): Adding test for func requireDelteCreate().
2023-01-10 00:12:48 -06:00
Jesse Gonzalez
6580182b79
refactor(provider/aws): Refactor createUpdateChanges() with helper requiresDeleteCreate() to see if change is UPSERT capable.
2023-01-09 22:55:19 -06:00
Jesse Gonzalez
b747cc8835
test(provider/aws): Updating TestAWSApplyChanges() to include a policy change from weighted to latency based routing.
2023-01-09 22:50:32 -06:00
Jesse Gonzalez
2a92eb8085
fix: Support conversion from/to simple to/from other routing policies for the AWS provider.
2023-01-09 22:50:32 -06:00
Raffaele Di Fazio
031347b078
Revert "fix: Support conversion from/to simple to/from other routing policies for the AWS provider."
2022-12-03 10:26:20 +01:00
Jesse Gonzalez
606ce34012
fix: Support conversion from/to simple to/from other routing policies for the AWS provider.
2022-11-15 00:52:25 -06:00
Andy Bursavich
74ffff6c26
gofumpt
2022-09-20 20:48:57 -07:00
Luke Plausin
a4e0b54ef2
#2757 add missing regions Jakarta (ap-southest-3) and Milan (eu-south-1)
2022-05-13 09:55:19 +01:00
Kubernetes Prow Robot
de1311af1d
Merge pull request #2236 from TwiN/master
...
Add missing test for AWS geolocation subdivision routing policy
2021-12-17 00:46:29 -08:00