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.
* Update integration test (#19) * update integration test * update README (#20) * update README * spelling errors * remove {: screen} * add coveralls * new helm chart (#21) * 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 * clean code (#23) * clean code * check for presence of state * Updates adapter descriptions for Istio.io page (#24) * updates adapter description * fixing typo :| (#27) * update description and adapter title (#31) * Update README.md (#34) * Update README.md * minor update * Update deployment yaml file (#39) * update deployment yaml file * fix spacing * fix spacing * Update adpater version (#40) * update adpater version * update readme Co-authored-by: kimmytaft <[email protected]> Co-authored-by: Anup Rokkam <[email protected]>
- Loading branch information
1 parent
9bd4db9
commit 4e5f376
Showing
13 changed files
with
29 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,22 +81,24 @@ To install the chart, initialize Helm in your cluster, define the options that y | |
|
||
1. If you're working with IBM Cloud Kubeneretes service, be sure to login and set the context for your cluster. | ||
|
||
2. Install Helm in your cluster. | ||
2. Enable Istio [Policy Enforcement](https://istio.io/docs/tasks/policy-enforcement/enabling-policy/) | ||
|
||
3. Install Helm in your cluster. | ||
|
||
```bash | ||
helm init | ||
``` | ||
|
||
>>You might want to configure Helm to use `--tls` mode. For help with enabling TLS, check out the [Helm repository](https://github.com/helm/helm/blob/master/docs/tiller_ssl.md). If you enable TLS, be sure to append `--tls` to every Helm command that you run. For more information about using Helm with IBM Cloud Kubernetes Service, see [Adding services by using Helm Charts](https://cloud.ibm.com/docs/docs/containers?topic=containers-helm#public_helm_install). | ||
|
||
3. Install the chart. | ||
4. Install the chart. | ||
|
||
```bash | ||
$ 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` | ||
>>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.5.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`. | ||
|
||
|
@@ -200,7 +202,7 @@ spec: | |
| Service Object | Type | Required | Description | | ||
|----------------|:----:|:--------:| :-----------: | | ||
| `service` | string | yes | The name of Kubernetes service in the Policy namespace that you want to protect. | | ||
| `serviceName` | string | yes | The name of Kubernetes service in the Policy namespace that you want to protect. | | ||
| `paths` | array[Path Object] | yes | A list of path objects that define the endpoints that you want to protect. If left empty, all paths are protected. | | ||
|
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v1 | ||
name: appidentityandaccessadapter | ||
namespace: istio-system | ||
version: 0.4.0 | ||
version: 0.5.0 | ||
description: A Helm chart for the App Identity and Access Adapter |
Binary file removed
BIN
-275 KB
helm/appidentityandaccessadapter/appidentityandaccessadapter-0.4.0.tgz
Binary file not shown.
Binary file added
BIN
+90.5 KB
helm/appidentityandaccessadapter/appidentityandaccessadapter-0.5.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
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
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