generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 3
NRS Objectstore
Barrett Falk edited this page May 27, 2023
·
9 revisions
The NRS Objectstore is available for use on this project. For now, this will just be used for database backups; however, this can later be used for storage of large files (pictures, documents, videos, etc).
There are three buckets, each representing an environent. This information, along with credentials is stored in the OpenShift vault (https://console.apps.silver.devops.gov.bc.ca/k8s/ns/c1c7ed-dev/secrets/object-store)
You can connect to each of these buckets using a tool of your choice (e.g. S3 Explorer [Windows], or Cyberduck [Mac]).
Here's how you can connect using Cyberduck:
- Open Cyberduck
- Click the "Open Connection" icon. You'll see a dialog box pop up, enter the following information:
- Amazon S3 (from the dropdown list at the top)
- Server: (stored in OpenShift's secret vault as object-store-host)
- Access Key ID: (stored in OpenShift's secret vault as object-store-access-key)
- Secret Access Key: (stored in OpenShift's secret vault as object-store-secret-key)
- Click Connect