bda-oss-admin import_swift_creds

Import Oracle Storage Cloud Service credentials from a JSON-formatted file.  Use - in place of filename to import using standard input (stdin).

Syntax

 bda-oss-admin import_swift_creds [options] filename
 

Usage

The JSON schema is a list of one or more objects with Oracle Cloud Storage credentials::
    [
      {
          "swift_provider" : "bdcs",
          "swift_username" : "MyServiceName-MyDomainName:MyUserName",
          "swift_password" " "password",
          "swift_storageurl" : "https://storage.us2.examplecloud.com/auth/v1.0"
      }
      ...
  ]
    

Options

Option Description

-N

–no-verify

Do not verify accounts against the actual storage service before importing

-h

--help

Show help text for this command.

Example

# bda-oss-admin import_swift_creds /user/company/work/swift_creds
#