This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* new chart * update to version 0.4.0 * remove version 0.1.0 * readme updates * add flag info * update name * fix integration test * update state param parsing
- Loading branch information
1 parent
888aab0
commit 2ce9dad
Showing
7 changed files
with
38 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ Before you get started, be sure you have the following prerequisites installed. | |
|
||
- [Kubernetes Cluster](https://kubernetes.io/) | ||
- [Helm](https://helm.sh/) | ||
- [Istio v1.1](https://istio.io/docs/setup/kubernetes/install/) | ||
- [Istio v1.1+](https://istio.io/docs/setup/kubernetes/install/) | ||
|
||
>> You can also use the [IBM Cloud Kubernetes Service Managed Istio](https://cloud.ibm.com/docs/containers?topic=containers-istio). | ||
|
@@ -92,9 +92,13 @@ To install the chart, initialize Helm in your cluster, define the options that y | |
3. Install the chart. | ||
|
||
```bash | ||
helm install ./helm/appidentityandaccessadapter --name appidentityandaccessadapter | ||
$ helm repo add appidentityandaccessadapter https://raw.githubusercontent.com/ibm-cloud-security/app-identity-and-access-adapter/master/helm/appidentityandaccessadapter | ||
$ helm install --name appidentityandaccessadapter appidentityandaccessadapter/appidentityandaccessadapter | ||
``` | ||
|
||
>>Helm lets you specify an image tag during installation with the set image.tag flag. For example, `helm install --name appidentityandaccessadapter appidentityandaccessadapter/appidentityandaccessadapter --set image.tag=0.4.0` | ||
|
||
>>The chart can also be installed locally. First clone this repo by `git clone [email protected]:ibm-cloud-security/app-identity-and-access-adapter.git`, then install the chart `helm install ./helm/appidentityandaccessadapter --name appidentityandaccessadapter`. | ||
|
||
## Applying an authorization and authentication policy | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
apiVersion: v1 | ||
name: appidentityandaccessadapter | ||
namespace: istio-system | ||
version: 0.1.0 | ||
version: 0.4.0 | ||
description: A Helm chart for the App Identity and Access Adapter | ||
appVersion: "1.0" |
Binary file added
BIN
+275 KB
helm/appidentityandaccessadapter/appidentityandaccessadapter-0.4.0.tgz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: v1 | ||
entries: | ||
appidentityandaccessadapter: | ||
- apiVersion: v1 | ||
created: "2019-07-11T11:20:28.607495-05:00" | ||
description: A Helm chart for the App Identity and Access Adapter | ||
digest: e01cbc4df68ce945fcfbd382a931a987e4c24a588a8ac63a816719d68ea9b5d3 | ||
name: appidentityandaccessadapter | ||
urls: | ||
- appidentityandaccessadapter-0.4.0.tgz | ||
version: 0.4.0 | ||
generated: "2019-07-11T11:20:28.600058-05:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters