Configuring Oracle Object Storage Artifact Credentials

Spinnaker supports ORacle Object Storage as an artifact source.

Spinnaker stages that read data from artifacts can consume Oracle Object Storage objects as artifacts.

Download credentials

If you have enabled Oracle Cloud provider in Spinnaker, you may use the same region, Tenancy’s OCID, user’s OCID, private key file, and fingerprint to enable Oracle Object Storage Artifact. You will need the following to enable Oracle Object Storage Artifact in Spinnaker:

Add the credentials either to a secrets manager for use by reference or to a volume mounted into the clouddriver pods by modifying the deployment.yaml for clouddriver.

Add the account and enable it

Add to clouddriver-local.yml the following configuration

artifacts:
  enabled: true
  oracle:
    enabled: true
    accounts:
    - name: my-dev-account
      namespace: <replaceme>
      region: region
      userId: userId
      fingerprint: fingerprint
      sshPrivateKeyFilePath: /mnt/someplace|encryptedFileReference
      privateKeyPassphrase: phrase|encryptedReference
      tenancyId:  <replaceme>