Paul Cleary

Results 117 comments of Paul Cleary

`Content-Type` is a special header pulled by Akka-Http. I believe I actually added this because PostMan was including the Content-Type header in it's requests. I do not believe our clients...

Looking in the Akka-Http code, it seems as though akka-http converts this kind of header to a typed value (not the original string), so it maybe that is causing the...

I couldn't find out a good solution either (so far). Seems like akka-http strips out the `Content-Type` header and drops the original raw value, giving users no way to see...

Thanks @abrotman . Typically we will consult the current RFC for guidance an each of these record types. If you have other "conventions" you are aware of, or "pains", this...

@abrotman one question on this. From a UX perspective, how would you prefer to see the special `TXT` records in vinyldns? Was thinking we could have a `DKIM` record type...

Thanks @abrotman , definitely pass along the script internally so we can review as opposed to make it public. We can use it to flush out the rules / behavior...

Moving this up in priority as there are a number of "TXT" sub-record types like this being asked for. Need to create a mechanism whereby we have some kind of...

This sounds good, is this ready to be worked on @britneywright ? Also, maybe a "good for first timers"?

We presently support PTR records - https://www.vinyldns.io/api/recordset-model.html " Something that must be considered is that a PTR record MUST NOT exist without an associated A record or AAAA record" -...

There was an rfc done about forward/reverse record linking and ensuring consistency across the system. This is likely to be case-by-case. We don't _always_ want to enforce forward/reverse linkage. Perhaps...