Commit Graph

20 Commits (2c927277e25758233b6b33300877afecb0e8a4a2)

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>
4 years ago
neilpang f855862ade upgrade freebsd 4 years ago
neilpang a694b46914 fix freebsd 4 years ago
Easton Man 31f65b89bb
fix: fix freebsd and solaris 4 years ago
neil cc8f2afce9 fix for Solaris, and add Solaris to Github actions 4 years ago
neil 11b980f574 fix set-env 4 years ago
neil 2b8561f27d fix set-env 4 years ago
neil 5fd0e5add2
Update DNS.yml 4 years ago
neil 6bc00fc5e5
Update DNS.yml 4 years ago
neil 784b914e07 update freebsd 4 years ago
neil c9ff536e24 minor 4 years ago
neil 238efb02c6 update freebsd-vm 4 years ago
neil be7b87cda3 fix message 4 years ago
neil 07979a13fb add FreeBSD 4 years ago
neil 60fe987a5f enable for any branches. 4 years ago
neil b74a501fac fix for Windows 4 years ago
neil 490a7d4a78 support more dns tokens 4 years ago
neil b147195189 use testall target 4 years ago
neil e7a6c17260 fix dns check 4 years ago
neil c8ee9e6447 add dns api check 4 years ago