Skip to content

Insecure_app_proxy #186

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

Merged
merged 3 commits into from
Dec 26, 2021
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.0.169
VERSION=v0.0.170

OUT_DIR=dist
YEAR?=$(shell date +"%Y")
Expand Down
14 changes: 7 additions & 7 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### Installed Applications:

- Argo CD [v2.1.3](https://github.com/codefresh-io/argo-cd/releases/tag/v2.1.3)
- Argo CD ApplicationSet Controller [v0.2.0](https://github.com/argoproj-labs/applicationset/releases/tag/v0.2.0)
- Argo Events [v1.4.0](https://github.com/argoproj/argo-events/releases/tag/v1.4.0)
- Argo Rollouts [v1.1.0](https://github.com/argoproj/argo-rollouts/releases/tag/v1.1.0)
- Argo Workflows [v3.1.8](https://github.com/argoproj/argo-workflows/releases/tag/v3.1.8)
- Argo CD [v2.1.3](https://github.com/codefresh-io/argo-cd/releases/tag/v2.1.3)
- Argo CD ApplicationSet Controller [v0.2.0](https://github.com/argoproj-labs/applicationset/releases/tag/v0.2.0)
- Argo Events [v1.4.0](https://github.com/argoproj/argo-events/releases/tag/v1.4.0)
- Argo Rollouts [v1.1.0](https://github.com/argoproj/argo-rollouts/releases/tag/v1.1.0)
- Argo Workflows [v3.1.8](https://github.com/argoproj/argo-workflows/releases/tag/v3.1.8)

### Using brew:

Expand All @@ -23,7 +23,7 @@ cf version

```bash
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.169/cf-linux-amd64.tar.gz | tar zx
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.170/cf-linux-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./cf-linux-amd64 /usr/local/bin/cf
Expand All @@ -36,7 +36,7 @@ cf version

```bash
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.169/cf-darwin-amd64.tar.gz | tar zx
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.170/cf-darwin-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./cf-darwin-amd64 /usr/local/bin/cf
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/argoproj/argo-events v1.4.0
github.com/argoproj/argo-workflows/v3 v3.1.6
github.com/briandowns/spinner v1.16.0
github.com/codefresh-io/go-sdk v0.37.0
github.com/codefresh-io/go-sdk v0.37.4
github.com/fatih/color v1.12.0
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/go-git/go-billy/v5 v5.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313/go.mod h1:P1w
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8=
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI=
github.com/codefresh-io/go-sdk v0.37.0 h1:Zm5nui0eC2nJ6bk7UOe704hxPYWOBBVEq+5tXRtoTD0=
github.com/codefresh-io/go-sdk v0.37.0/go.mod h1:CcoVmTFWHGkbrSW8LyOGB/vJe5Vzr3iC/pNE2QIBTyg=
github.com/codefresh-io/go-sdk v0.37.4 h1:9RZExzNxXqUjnsA4+ddw2JUEfJNYBVGcCIcsQ6mFj0M=
github.com/codefresh-io/go-sdk v0.37.4/go.mod h1:CcoVmTFWHGkbrSW8LyOGB/vJe5Vzr3iC/pNE2QIBTyg=
github.com/colinmarc/hdfs v1.1.4-0.20180802165501-48eb8d6c34a9/go.mod h1:0DumPviB681UcSuJErAbDIOx6SIaJWj463TymfZG02I=
github.com/colinmarc/hdfs v1.1.4-0.20180805212432-9746310a4d31/go.mod h1:vSBumefK4HA5uiRSwNP+3ofgrEoScpCS2MMWcWXEuQ4=
github.com/container-storage-interface/spec v1.3.0/go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4=
Expand Down
44 changes: 22 additions & 22 deletions manifests/runtime.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
apiVersion: codefresh.io/v1alpha1
kind: Runtime
metadata:
name: "{{ name }}"
namespace: "{{ namespace }}"
name: '{{ name }}'
namespace: '{{ namespace }}'
spec:
defVersion: 1.0.0
version: 0.0.169
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
components:
- name: events
type: kustomize
url: github.com/codefresh-io/cli-v2/manifests/argo-events
wait: true
- name: rollouts
type: kustomize
url: github.com/codefresh-io/cli-v2/manifests/argo-rollouts
- name: workflows
type: kustomize
url: github.com/codefresh-io/cli-v2/manifests/argo-workflows
- name: argocd-agent
type: kustomize
url: github.com/codefresh-io/cli-v2/manifests/argo-agent
- name: app-proxy
type: kustomize
url: github.com/codefresh-io/cli-v2/manifests/app-proxy
defVersion: 1.0.0
version: 0.0.170
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
components:
- name: events
type: kustomize
url: github.com/codefresh-io/cli-v2/manifests/argo-events
wait: true
- name: rollouts
type: kustomize
url: github.com/codefresh-io/cli-v2/manifests/argo-rollouts
- name: workflows
type: kustomize
url: github.com/codefresh-io/cli-v2/manifests/argo-workflows
- name: argocd-agent
type: kustomize
url: github.com/codefresh-io/cli-v2/manifests/argo-agent
- name: app-proxy
type: kustomize
url: github.com/codefresh-io/cli-v2/manifests/app-proxy
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ func (c *Config) clientForContext(ctx *AuthContext) codefresh.Codefresh {
}

return newCodefresh(&codefresh.ClientOptions{
Host: ctx.URL,
Auth: codefresh.AuthOptions{
Token: ctx.Token,
},
Host: ctx.URL,
Client: httpClient,
})
}
Expand Down