Skip to content

Commit cc3bac2

Browse files
authored
Merge pull request #55 from IBM/public_cert
Public cert
2 parents 4cf0ef8 + b950c48 commit cc3bac2

File tree

7 files changed

+2705
-17686
lines changed

7 files changed

+2705
-17686
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ module.exports = {
1010
'extends': ['airbnb-base', 'plugin:jest/recommended', 'plugin:jest/style', 'prettier'],
1111
'rules': {
1212
'camelcase': 'off',
13+
'no-plusplus': 'off',
14+
'no-await-in-loop': 'off',
1315
'import/extensions': 'off',
1416
'no-template-curly-in-string': 'off',
1517
'no-underscore-dangle': 'off',

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ jobs:
2323
SECRETS_MANAGER_API_AUTH_TYPE: iam
2424
SECRETS_MANAGER_API_APIKEY: ${{ secrets.SECRETS_MANAGER_API_APIKEY }}
2525
SERVICE_URL: https://9476d663-dc80-4132-aff6-4585ebbdfb2d.us-south.secrets-manager.appdomain.cloud
26+
DNS_CONFIG_CRN: "crn:v1:staging:public:internet-svcs-ci:global:a/791f5fb10986423e97aa8512f18b7e65:dc08a28a-9181-45db-bf0d-a8733a5796b6::"
27+
CA_CONFIG_PRIVATE_KEY: ${{ secrets.CA_CONFIG_PRIVATE_KEY }}
28+
DNS_CONFIG_API_KEY: ${{ secrets.DNS_CONFIG_API_KEY }}

0 commit comments

Comments
 (0)