0.4.4 • Published 9 months ago

@salto-io/zuora-billing-adapter v0.4.4

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
9 months ago

Zuora Billing adapter

Zuora Billing read-only adapter for salto.io

Connecting to your Zuora account

Salto authenticates with Zuora using OAuth v2.0. If you do not have one already, follow the steps to:

  • Create an API user role and an API user
  • Add an OAuth client for your API user - by going to Administration -> Manage Users -> (choose the user) -> OAuth Clients -> create (and keep the client ID and secret shown on screen)

When logging in with Salto, you will be asked to provide:

  • The OAuth client ID and secret
  • The subdomain for your account (can be copied from the URL in the browser - for example, for https://sandbox.na.zuora.com/ the subdomain is sandbox.na)

E2E tests

E2E tests need real Zuora credentials to run.

Using a specific set of credentials

Add the following environment variables to bash_profile:

export ZA_BASE_URL='XXXX'
export ZA_CLIENT_ID='XXXX'
export ZA_CLIENT_SECRET='XXXX'

Using the shared credentials pool

The credentials pool can be used to run the E2E tests concurrently on multiple Zuora accounts.

The pool is used if the ZA_ environment variables are not defined. You can also force its use by defining the environment variable USE_CRED_POOL=1.

AWS credentials for the pool

The pool uses Amazon DynamoDB, and needs read/write/list permissions for the e2e_permissions table.

Make sure your AWS credentials are set, e.g, as environment variables:

export AWS_ACCESS_KEY_ID='XXXX'
export AWS_SECRET_ACCESS_KEY='XXXX'

Managing the pool using CLI

To add your credentials to the pool, use the cred-store CLI located at the e2e_test directory of the project:

./e2e_test/cred_store register zuora_billing 'my-credentials-id' --baseURL='https://rest.SANDBOX_SUBDOMAIN.zuora.com' --clientId='MYCLIENTID' --clientSecret='MYCLIENTSECRET'

Enter --help to see other uses for the cred-store utility - listing, removing and managing sets of credentials.

0.4.4

9 months ago

0.4.3

9 months ago

0.4.2

10 months ago

0.4.1

10 months ago

0.4.0

11 months ago

0.3.49-dantal

2 years ago

0.3.61

12 months ago

0.3.60

1 year ago

0.3.53

1 year ago

0.3.52

2 years ago

0.3.51

2 years ago

0.3.50

2 years ago

0.3.59

1 year ago

0.3.58

1 year ago

0.3.57

1 year ago

0.3.56

1 year ago

0.3.55

1 year ago

0.3.54

1 year ago

0.3.42

2 years ago

0.3.41

2 years ago

0.3.49

2 years ago

0.3.48

2 years ago

0.3.47

2 years ago

0.3.46

2 years ago

0.3.45

2 years ago

0.3.44

2 years ago

0.3.43

2 years ago

0.3.40

2 years ago

0.3.39

2 years ago

0.3.38

2 years ago

0.3.37

2 years ago

0.3.36

2 years ago

0.3.35

2 years ago

0.3.34

2 years ago

0.3.33

2 years ago

0.3.31

2 years ago

0.3.30

2 years ago

0.3.32

2 years ago

0.3.28-dantal.1

3 years ago

0.3.28-dantal.9

3 years ago

0.3.29

3 years ago

0.3.28

3 years ago

0.3.27

3 years ago

0.3.27-dantal.1

3 years ago

0.3.26

3 years ago

0.3.25

3 years ago

0.3.24

3 years ago

0.3.23-dantal.1

3 years ago

0.3.23

3 years ago

0.3.24-dantal.5

3 years ago

0.3.24-dantal.4

3 years ago

0.3.24-dantal.3

3 years ago

0.3.24-dantal.2

3 years ago

0.3.24-dantal.1

3 years ago

0.3.24-dantal.7

3 years ago

0.3.24-dantal.6

3 years ago

0.3.20

3 years ago

0.3.22

3 years ago

0.3.21

3 years ago

0.3.19

3 years ago

0.3.18

3 years ago

0.3.17

3 years ago

0.3.19-soap.3

3 years ago

0.3.19-soap.0

3 years ago

0.3.19-soap.2

3 years ago

0.3.19-soap.1

3 years ago

0.3.16

3 years ago

0.3.15

3 years ago

0.3.14

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.9

4 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.2.15

4 years ago

0.2.2-alpha.84

4 years ago

0.2.14

4 years ago

0.2.2-alpha.83

4 years ago

0.2.2-alpha.82

4 years ago

0.2.13

4 years ago

0.2.2-alpha.81

4 years ago

0.2.2-alpha.80

4 years ago

0.2.2-alpha.79

4 years ago

0.2.2-alpha.78

4 years ago

0.2.2-alpha.77

4 years ago

0.2.2-alpha.76

4 years ago

0.2.12

4 years ago

0.2.23-alpha.0

4 years ago

0.2.2-alpha.75

4 years ago

0.2.2-alpha.74

4 years ago

0.2.2-alpha.73

4 years ago

0.2.11

4 years ago