Skip to content

Commit

Permalink
Replace Admonition Style (cloudposse/terraform-aws-components#1092)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
  • Loading branch information
milldr and osterman authored Aug 7, 2024
1 parent d148c21 commit 61f55cf
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

This component is responsible for provisioning EC2 instances for GitHub runners.

:::info

We also have a similar component based on
[actions-runner-controller](https://github.com/actions-runner-controller/actions-runner-controller) for Kubernetes.

:::
> [!TIP]
>
> We also have a similar component based on
> [actions-runner-controller](https://github.com/actions-runner-controller/actions-runner-controller) for Kubernetes.
## Requirements

Expand Down Expand Up @@ -179,13 +177,11 @@ permissions “mode” for Self-hosted runners to Read-Only. The instructions fo

### Creating Registration Token

:::info

We highly recommend using a GitHub Application with the github-action-token-rotator module to generate the Registration
Token. This will ensure that the token is rotated and that the token is stored in SSM Parameter Store encrypted with
KMS.

:::
> [!TIP]
>
> We highly recommend using a GitHub Application with the github-action-token-rotator module to generate the
> Registration Token. This will ensure that the token is rotated and that the token is stored in SSM Parameter Store
> encrypted with KMS.
#### GitHub Application

Expand Down Expand Up @@ -224,11 +220,9 @@ and skip the rest. Otherwise, complete the private key setup in `core-<default-r
any basic value, such as "foo". This will be overwritten by the rotator.
1. Update the GitHub App ID and Installation ID in the `github-action-token-rotator` catalog.

:::info

If you change the Private Key saved in SSM, redeploy `github-action-token-rotator`

:::
> [!TIP]
>
> If you change the Private Key saved in SSM, redeploy `github-action-token-rotator`
#### (ClickOps) Obtain the Runner Registration Token

Expand Down

0 comments on commit 61f55cf

Please sign in to comment.