Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #136 from swarmion/docs/license
Browse files Browse the repository at this point in the history
docs: update license
  • Loading branch information
fargito authored Mar 27, 2022
2 parents 9df9da4 + f9101cf commit 3c73596
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2021 François Farge
Copyright 2021 François Farge, Adrien Cacciaguerra

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This template aims to define an opinionated clean Serverless monorepo microservi

Head to [the install docs](./docs/install.md)!

If you need to setup your CI/CD: [docs](./docs/ci-cd.md)
If you need to setup your CI/CD: [docs](./docs/ci-cd.md).

## Features

Expand Down
4 changes: 2 additions & 2 deletions docs/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Choose the correct IAM policy to give your CI user

In order to restrict the abilities of the ci user on the testing and production environment, you need to create one or many porlicies to give that user.
In order to restrict the abilities of the ci user on the testing and production environment, you need to create one or many policies to give that user.

You can find sample policies in [docs/policies](./policies/).

Expand All @@ -18,6 +18,6 @@ You can find sample policies in [docs/policies](./policies/).

You can follow the same procedure than in the [install docs](./install.md), except:

- DO NOT give that user an "Administator Access"
- DO NOT give that user an "Administrator Access"
- Instead, attach it the policy or policies that you have created in the previous step;
- Save the Access Key Id and Secret Access Key in order to pass them as credentials in your CI.
2 changes: 1 addition & 1 deletion swarmion-starter.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jest.jestCommandLine": "yarn jest",
"jest.showCoverageOnLoad": true,
"jest.coverageFormatter": "DefaultFormatter",
"cSpell.words": ["Esbuild"]
"cSpell.words": ["esbuild", "swarmion"]
},
"extensions": {
"recommendations": [
Expand Down

0 comments on commit 3c73596

Please sign in to comment.