tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Oci py example

Open amotavasseli opened this issue 5 years ago • 1 comments

Removed following shell command in the shell script because it was not properly reading the key file:

export OCI_PRIVATE_KEY_BASE64=cat $(cat ~/.oci/config | grep key_file | awk '{split($0,array,"=")} END{print array[2]}') | base64

Added new command in README file to configure OCI_PRIVATE_KEY_BASE64:

fn config fn [APP_NAME] [FUNCTION_NAME] OCI_PRIVATE_KEY_BASE64 $(cat ~/.oci/[PRIVATE_KEY_FILE_NAME.pem] | base64)

amotavasseli avatar Jul 03 '19 19:07 amotavasseli

CLA Bot

Thank you for your submission! It appears that the following authors have not signed our Contributor License Agreement:

Please do so now by visiting http://www.oracle.com/technetwork/community/oca-486395.html

Once complete, let us know in our community Slack and we’ll send you an Fn T-shirt.

We are working on modernizing the CLA process into a digital signature but it isn’t quite ready yet.

Thank you for being a part of the Fn Community!

fn-bot avatar Jul 03 '19 19:07 fn-bot