- 20 Jun, 2021 3 commits
-
-
Avi Miller authored
Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
Avi Miller authored
The plugin will use the following order of precedence: environment value > file value > default value See the wiki for details on environment variable names. Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
Avi Miller authored
Also switched [::space::] with a literal space for better cross-platform compatibility. Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
- 19 Jun, 2021 3 commits
-
-
Avi Miller authored
The individual parameters can still be overridden via the corresponding OCI_CLI environment variable. Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
Avi Miller authored
Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
-
- 18 Jun, 2021 1 commit
-
-
Avi Miller authored
Also reduced the number of environment variables which simplifies the documentation and requirements. The variable names now match those used by the OCI CLI. Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
- 06 Jun, 2021 3 commits
-
-
neil authored
-
Christophe B Billheimer authored
-
Christophe B Billheimer authored
-
- 05 Jun, 2021 1 commit
-
-
Avi Miller authored
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>
-
- 01 Jun, 2021 2 commits
- 31 May, 2021 1 commit
-
-
Christophe B Billheimer authored
change "$url" -> $url so the value of $url gets passed by reference, and the string "$url" does not erroneously get passed as a variable into _post()
-
- 30 May, 2021 1 commit
-
-
Roman Zabaluev authored
See gh-3450
-
- 25 May, 2021 1 commit
-
-
neilpang authored
-
- 08 May, 2021 1 commit
-
-
neilpang authored
-
- 06 May, 2021 1 commit
-
-
Will Browning authored
-
- 17 Apr, 2021 1 commit
-
-
neilpang authored
-
- 15 Apr, 2021 1 commit
-
-
Jasper Zonneveld authored
-
- 14 Apr, 2021 1 commit
-
-
neilpang authored
-
- 24 Mar, 2021 2 commits
- 23 Mar, 2021 1 commit
-
-
wout authored
-
- 21 Mar, 2021 16 commits
-
-
Alexander Kulumbeg authored
Hopefully the last one
-
qkdreyer authored
-
Quentin Dreyer authored
-
neil authored
-
anom-human authored
Updated dns_servercow.sh to support txt records with multiple entries. This supports wildcard certificates that require txt records with the same name and different contents.
-
anom-human authored
Updated dns_servercow.sh to support txt records with multiple entries. This supports wildcard certificates that require txt records with the same name and different contents.
-
neilpang authored
-
-
Lukas Brocke authored
The API now supports a POST route for adding records. Therefore checking for already existing records and including them in a PATCH request is no longer necessary.
-
Kristian Johansson authored
-
Kristian Johansson authored
-
czeming authored
没有encode中文字符会导致提交失败
-
Easton Man authored
-
jerrm authored
* fix "integer expression expected" errors * duckdns fix * Update dns_duckdns.sh * Update dns_duckdns.sh
-
manuel authored
-
Vahid Fardi authored
-