Skip to content

Commit

Permalink
Source appstore: bugfix private key handling in the UI (#3201)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed May 4, 2021
1 parent 93a480f commit f55429c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "2af123bf-0aaf-4e0d-9784-cb497f23741a",
"name": "Appstore",
"dockerRepository": "airbyte/source-appstore-singer",
"dockerImageTag": "0.2.1",
"dockerImageTag": "0.2.2",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-appstore-singer",
"icon": "appstore.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
- sourceDefinitionId: 2af123bf-0aaf-4e0d-9784-cb497f23741a
name: Appstore
dockerRepository: airbyte/source-appstore-singer
dockerImageTag: 0.2.1
dockerImageTag: 0.2.2
documentationUrl: https://hub.docker.com/r/airbyte/source-appstore-singer
icon: appstore.svg
- sourceDefinitionId: 487b930d-7f6a-43ce-8bac-46e6b2de0a55
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install .

LABEL io.airbyte.version=0.2.1
LABEL io.airbyte.version=0.2.2
LABEL io.airbyte.name=airbyte/source-appstore-singer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ airbytePython {
// configuredCatalogPath = "sample_files/configured_catalog.json"
//}

task("integrationTest")
task("integrationTest") // https://github.com/airbytehq/airbyte/issues/1651

dependencies {
implementation files(project(':airbyte-integrations:bases:base-standard-source-test-file').airbyteDocker.outputs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"private_key": {
"type": "string",
"description": "Private_key is the contents of the <a href=\"https://developer.apple.com/documentation/appstoreconnectapi/creating_api_keys_for_app_store_connect_api\">key file</a> you use to connect to appstore's API.",
"airbyte_secret": true
"airbyte_secret": true,
"multiline": true
},
"issuer_id": {
"type": "string",
Expand Down

0 comments on commit f55429c

Please sign in to comment.