Commit Graph

20 Commits

Author SHA1 Message Date
Avi Miller 6f88c81616
Add DNS API plugin for Oracle Cloud Infrastructure DNS Service
This plugin is has noticeably more required fields than most
other plugins due to the requirement that all requests to
the OCI REST API must be cryptographically signed by the client
using the draft standard proposed in draft-cavage-http-signatures-08[1].

The OCI specific implementation details of the draft standard are
documented in the Developer Guide[2].

NOTE: there is maximum allowed clock skew of five minutes between the
client and the API endpoint. Requests will be denied if the skew is
greater.

This PR also includes a minor tweak to the Solaris job in the DNS
workflow so that it uses the pre-installed GNU tools, curl and OpenSSL 1.1.1.
Without these changes, the signature generation function does not
work on Solaris.

[1]: https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-08
[2]: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/signingrequests.htm#five

Signed-off-by: Avi Miller <avi.miller@oracle.com>
2021-06-05 21:55:40 +10:00
neilpang f855862ade upgrade freebsd 2021-05-02 22:20:04 +08:00
neilpang a694b46914 fix freebsd 2021-03-21 22:46:35 +08:00
Easton Man 31f65b89bb
fix: fix freebsd and solaris 2021-02-15 15:19:18 +08:00
neil cc8f2afce9 fix for Solaris, and add Solaris to Github actions 2020-11-22 21:41:22 +08:00
neil 11b980f574 fix set-env 2020-11-18 23:16:36 +08:00
neil 2b8561f27d fix set-env 2020-11-18 22:23:36 +08:00
neil 5fd0e5add2
Update DNS.yml 2020-10-21 15:07:25 +08:00
neil 6bc00fc5e5
Update DNS.yml 2020-10-16 18:47:02 +08:00
neil 784b914e07 update freebsd 2020-10-09 22:33:21 +08:00
neil c9ff536e24 minor 2020-10-02 16:20:27 +08:00
neil 238efb02c6 update freebsd-vm 2020-10-02 16:17:16 +08:00
neil be7b87cda3 fix message 2020-09-28 21:50:20 +08:00
neil 07979a13fb add FreeBSD 2020-09-24 22:57:26 +08:00
neil 60fe987a5f enable for any branches. 2020-09-21 19:57:10 +08:00
neil b74a501fac fix for Windows 2020-09-14 21:51:21 +08:00
neil 490a7d4a78 support more dns tokens 2020-09-13 00:16:04 +08:00
neil b147195189 use testall target 2020-09-12 14:22:18 +08:00
neil e7a6c17260 fix dns check 2020-09-11 23:35:27 +08:00
neil c8ee9e6447 add dns api check 2020-09-11 23:11:26 +08:00