Ross McFarland
093398ff94
Support for SSHFP ECDSA (3) and SHA-256 (2)
RFC 6594 & RFC 7479
8 years ago
Paul van Brouwershaven
6f0b0ddb08
Test different exception types
8 years ago
Paul van Brouwershaven
c4179ef0e8
Allow proxied records with the same name
8 years ago
Paul van Brouwershaven
8a7145f49f
Changes according to review
8 years ago
Paul van Brouwershaven
c848860b1f
Add SRV support to Cloudflare provider
8 years ago
Paul van Brouwershaven
b5e7af0398
Option to handle Cloudflare proxied records
This change imports records that are marked as proxied so that they can be synced to other DNS providers as described in
[this support acticle](https://support.cloudflare.com/hc/en-us/articles/115000830351-How-to-configure-DNS-for-CNAME-partial-setup-when-managing-DNS-externally ).
Records that use this functionality will be ignored by this provider and not be synced back to Cloudflare as we don't know the origin record values that would be required.
This change does not allow you to enable, disable or configure the CDN itself as that would require a lot of metadata to be handled by OctoDNS.
The intention of this change is to allow users to run a multi-DNS provider setup without sending any traffic to their origin directly.
See also github/octodns#45
8 years ago
Adam Smith
d8837a14ad
add tests for DnsMadeEasy provider
8 years ago
Ross McFarland
af435c3130
Handle MX preference of 0
8 years ago
Steve Coursen
b06c14deae
Fix E501 line too long
8 years ago
Steve Coursen
dc43c43866
Increased test coverage
8 years ago
Ross McFarland
fdea900537
Correct total_count in Cloudflare record fixtures
8 years ago
Ross McFarland
0659eda451
Add Cloudflare ALIAS record support
Translates them to/from root CNAME
8 years ago
Ross McFarland
ad1d0f0fe8
Fixes and unit tests for new plan output functionality
8 years ago
Ross McFarland
3c3f63b450
Unit tests for reworked Cloudflare updates
8 years ago
Terrence Cole
8d7eca21e9
Get lint green on test code too.
8 years ago
Steve Coursen
481bbe10f6
add geo support for ns1
8 years ago
Steve Coursen
61a86810ee
add geo support for ns1
8 years ago
Ross McFarland
fd9af2bd25
Major reworking of Cloudflare record update
8 years ago
Ross McFarland
3d0f5aeca0
Config-based plan_output
Refactors the provider class lookup and kwarg processing so that it can be
reused for plan_output.
8 years ago
Ross McFarland
f50d9b6087
Extract plan from base.py into plan.py
8 years ago
Adam Smith
ef8d66ff9c
Transform @ in Digitalocean API output to zone name
8 years ago
Steve Coursen
ce5ecc52e3
fix broken test by updating the actual format of the answers
8 years ago
Adam Smith
feec4a6821
Add DigitalOcean provider
8 years ago
Ross McFarland
454f7f8c8f
Add formal CAA support to YamlProvider
8 years ago
trnsnt
6b1a8f8ccf
OVH: Add support of DKIM records
8 years ago
Paul van Brouwershaven
6261ded879
Add more include/exclude tests
8 years ago
Adam Smith
bf1896329b
validate values for empty string or None value
dump does not write invalid value(s) to yaml
8 years ago
Adam Smith
00aaa3bf4d
set default value for nsone cname to None, use first value if non-zero length
8 years ago
Ross McFarland
bf4f7dd42d
Allow enabling lenient on a per-record basis with octodns.lenient
```
---
'':
octodns:
ignored: True
lenient: True
type: CNAME # not valid to have a root cname
value: foo.com.
8 years ago
Ross McFarland
f39e1d28c8
Fix log formatting and lint compliance
8 years ago
Tim Hughes
8352ab89ef
adds warning to dyn provider when it cannot load a trafficdirector
8 years ago
Petter Hassberg
7958618f63
Use uuid4 for zone name in GoogleCloudProvider
use uuid4().hex to ensure unique zone_name generation and thereby streamline with the other providers.
8 years ago
Ross McFarland
ffeceb39b1
Handle Manager.dump with an empty Zone
8 years ago
Joe Williams
50ac2f794c
add tests
8 years ago
Joe Williams
a012e923f6
add ability to configure update/delete thresholds
8 years ago
Petter Hassberg
e9d90bda2b
Add timeout logic to googlecloud provider
8 years ago
Petter Hassberg
4b878b8446
Cache encountered zones in GoogleCloudProvider
Cache googleclouds zones so that populate dont have to list all each time called.
8 years ago
Petter Hassberg
aabab63003
Refactor GoogleCloudProvider
* in _rrset_for_X functions, use values instead of data attribute.
* Small typo fixes and removals of redundant steps etc.
* Unset GOOGLE_APPLICATION_CREDENTIALS in coverage script.
8 years ago
Petter Hassberg
8230700ad1
Consolidate googlecloud provider to single class
remove _GoogleCloudRecordSetMaker into the GoogleCloudProvider, and consolidate methods.
8 years ago
Petter Hassberg
2a3690e877
Add auth config opts to googlecloud provider
Also make _data_for_SPF and _data_for_TXT the same method.
8 years ago
Petter Hassberg
ed783b5ff2
Add proposed google cloud provider.
Proposed google cloud provider for #23
8 years ago
Ross McFarland
30efda3295
Make long TXT record concat cleaerer
8 years ago
Ross McFarland
70120bedc8
Implement "chunked" TXT/SPF value support for long values
This implements it transparently at Record level. Providers that need things to
be chunked (seems to just be Route53 an Dyn) switch to use `chunked_values`, but
everything else can stick with `values`. I've run through each provider I have
access to verifying that things operate as expected/required. OVH and Azure are
untested.
8 years ago
Paul van Brouwershaven
4b41762642
Use target.id instead of class name
8 years ago
Paul van Brouwershaven
11f4359099
Add support for included and excluded records
`Included` and `Excluded` can be used to filter records for one or more specific provider(s). This can be extremely useful when certain record types are not supported by a provider and you want only that provider to receive an alternative record.
See also: https://github.com/github/octodns/issues/26
8 years ago
trnsnt
8a13ccab46
Add OVH as octodns provider
8 years ago
Terrence Cole
1e7edc97c8
Update rackspace provider with new names and interfaces.
8 years ago
Ross McFarland
a558fde6df
Fixes for cloudflare CAA support
8 years ago
Ross McFarland
ba6dc9858e
Get out of the business of validating CAA records
Seem to be pretty inconsistently implemented/validated across providers so
just shrug and move on.
8 years ago
Ross McFarland
e43da949a3
Add CAA for CF, DNSimple, and README
8 years ago