Skip to content

Commit

Permalink
Refactor Remote Environemnt to support different types of credentials (
Browse files Browse the repository at this point in the history
…#1474)

* Refactor Remote Environemnt to support different types of credentials

* Bumped versions of Metadata Service and Proxy Service

* Bumped metadata-service-tests image

* Update image versions

* Fix typo in image version
  • Loading branch information
Szymongib authored and janmedrek committed Nov 16, 2018
1 parent 17d7d3f commit 0b0d225
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
Expand Up @@ -69,10 +69,18 @@ spec:
pattern: '^([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]$'
targetUrl:
type: string
oauthUrl:
type: string
credentialsSecretName:
type: string
credentials:
type: object
required:
- "type"
- "secretName"
properties:
type:
type: string
secretName:
type: string
authenticationUrl:
type: string
tags:
type: array
items:
Expand Down
6 changes: 3 additions & 3 deletions resources/application-connector/values.yaml
Expand Up @@ -21,16 +21,16 @@ global:
version: 6e0a7fe2
proxy_service:
dir: develop/
version: cb19afea
version: aab48c35
gateway_tests:
dir: develop/
version: cb19afea
metadata_service:
dir: develop/
version: 32dda397
version: aab48c35
metadata_service_tests:
dir: develop/
version: 16a332c1
version: aab48c35
remote_environment_controller:
dir: develop/
version: cb19afea
Expand Down

0 comments on commit 0b0d225

Please sign in to comment.