- 23 Nov, 2022 1 commit
-
-
neil authored
-
- 21 May, 2022 1 commit
-
-
Avi Miller authored
The change made in #4057 broke the decoding of OCI_CLI_KEY from the encoded OCI_CLI_KEY_FILE content so this removes the multiline parameter to fix it. Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
- 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 2 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>
-
- 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>
-