Skip to content

auroradns: Change valid record types and implement listing#834

Closed
wido wants to merge 1 commit into
apache:trunkfrom
wido:auroradns-record-types
Closed

auroradns: Change valid record types and implement listing#834
wido wants to merge 1 commit into
apache:trunkfrom
wido:auroradns-record-types

Conversation

@wido
Copy link
Copy Markdown
Contributor

@wido wido commented Jul 6, 2016

This commit changes the supported record types by Aurora DNS and it also
supports listing the valid record types.

It merely returns the keys of the RECORD_TYPE_MAP dict which is already
available. In the future Aurora DNS should return this in a API call
so this is no longer a static dictionary.

This dict also contained a type 'SPF', which is not valid. SPF records
are defined as TXT records in DNS. Remove this from the list of valid
record types.

Further it adds support for the SSHFP, DS, TLSA and PTR type since
they are also supported.

Also add tests to verify if this functions returns the proper values

This commit changes the supported record types by Aurora DNS and it also
supports listing the valid record types.

It merely returns the keys of the RECORD_TYPE_MAP dict which is already
available. In the future Aurora DNS should return this in a API call
so this is no longer a static dictionary.

This dict also contained a type 'SPF', which is not valid. SPF records
are defined as TXT records in DNS. Remove this from the list of valid
record types.

Further it adds support for the SSHFP, DS, TLSA and PTR type since
they are also supported.

Also add tests to verify if this functions returns the proper values
@asfgit asfgit closed this in 856b5be Jul 10, 2016
@Kami
Copy link
Copy Markdown
Member

Kami commented Jul 10, 2016

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants