Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Remote Environemnt to support different types of credentials #1474

Merged
merged 6 commits into from Nov 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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