hitrov / oci-arm-host-capacity

This script allows to bypass Oracle Cloud Infrastructure 'Out of host capacity' error immediately when additional OCI capacity will appear in your Home Region / Availability domain.
MIT License
899 stars 449 forks source link

The Private file does not exist Error #95

Closed sdidd closed 9 months ago

sdidd commented 9 months ago

I know there is a troubleshooting option but i did everything required uploaded the api key to a oracle bucket took a pre authorized link and added a secret aswell with double quotes sometimes without double quotes. Chnaged the link with latest oracle specification still it says private key not founf is there any other troubleshooting step i am missing??

`name: Tests

on: push: branches:

jobs: tests: runs-on: ubuntu-latest strategy: matrix: php-versions: ['7.4'] name: integration-tests (PHP ${{ matrix.php-versions }}) steps:

hitrov commented 9 months ago

Try changing echo "$OCI_PRIVATE_KEY_FILENAME" && php index.PHP I bet there’s smth wrong with it

sdidd commented 9 months ago

What wrong could there be. Anyways I will try to run it in a local vm with .env file and let you know

sdidd commented 9 months ago

Alright so created a local envoirnemnt and it works just the bucket thing of setting a secret with URL dosent work.