Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
riyazwalikar committed Apr 29, 2024
1 parent 6ace0d3 commit 4a14100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can pass the shell script to cURL directly using the raw GitHub URL. The scr
curl -sS https://raw.githubusercontent.com/appsecco/kubernetes-ptaas-scripts/main/kubernetes-readonly-admin.sh | bash
```

A file called `kubeconfig-sa-readonly.yml` will be created.
A file called `kubeconfig-sa-readonly-TIMESTAMP` will be created in a folder called `appsecco-k8s-assessment-kubeconfigs`. For example - `kubeconfig-sa-readonly-29-04-2024-16-54-28.yml`

### Kubeconfig SA Specific Namespace Pod Creator

Expand All @@ -38,6 +38,6 @@ You can pass the shell script to cURL directly using the raw GitHub URL. The scr
curl -sS https://raw.githubusercontent.com/appsecco/kubernetes-ptaas-scripts/main/kubernetes-sa-pod-creator.sh | bash
```

A file called `kubeconfig-sa-pod-creator.yml` will be created.
A file called `kubeconfig-sa-pod-creator-TIMESTAMP.yml` will be created in a folder called `appsecco-k8s-assessment-kubeconfigs`. For example - `kubeconfig-sa-pod-creator-29-04-2024-18-49-38.yml`

Share these yml files with Appsecco.

0 comments on commit 4a14100

Please sign in to comment.