Skip to content

Commit

Permalink
Merge pull request #448 from ericzbeard/fix-gitea
Browse files Browse the repository at this point in the history
Gitea fixes
  • Loading branch information
ericzbeard authored Aug 29, 2024
2 parents 6edca1e + f03d2be commit f31034b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Solutions/Gitea/Gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Resources:
- ssm:UpdateInstanceInformation
- ssmmessages:*
- secretsmanager:GetSecretValue
- kms:Decrypt
Effect: Allow
Resource: '*'
Version: "2012-10-17"
Expand Down
3 changes: 2 additions & 1 deletion Solutions/Gitea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ provides the CloudFront URL.

As a prerequisite, you need to create a plaintext secret in Secrets Manager to
store your password for a Gitea user called 'admin1' that will be created by the
user data script. The default name for the secret is 'gitea-password'.
user data script. The default name for the secret is 'gitea-password'. Do not create
a "Key/value" secret, choose "Plaintext".

## Files

Expand Down

0 comments on commit f31034b

Please sign in to comment.