Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
appsec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app-sec
appsec
Commits
495098bc
Commit
495098bc
authored
2 years ago
by
thibault.capt
Browse files
Options
Downloads
Plain Diff
Merge branch 'thibault.capt-main-patch-51396' into 'main'
finish Readme See merge request
!1
parents
9f6ff924
3bfb87c2
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1
finish Readme
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-1
3 additions, 1 deletion
README.md
with
3 additions
and
1 deletion
README.md
+
3
−
1
View file @
495098bc
...
@@ -16,6 +16,8 @@ Cette documentation viendra compléter le code et expliquera point par point, le
...
@@ -16,6 +16,8 @@ Cette documentation viendra compléter le code et expliquera point par point, le
Je pars du principe que vous connaissez chaque PDF de chaque exercice.
Je pars du principe que vous connaissez chaque PDF de chaque exercice.
> Un script permettant d'exécuter le docker compose se situe dans `/src/update-docker.sh`
## Exercice 1 - Building a RESTful API in Golang
## Exercice 1 - Building a RESTful API in Golang
L'exercice 1 était une introduction à Golang et Docker. Il nous a été demandé d'installer Golang et Docker sur nos
L'exercice 1 était une introduction à Golang et Docker. Il nous a été demandé d'installer Golang et Docker sur nos
...
@@ -1097,4 +1099,4 @@ func oktaAuth(router *gin.Engine) {
...
@@ -1097,4 +1099,4 @@ func oktaAuth(router *gin.Engine) {
Pour une question de practicité et que ce projet reste un exercice, je n'ai pas déplacé le fichier
`.env`
dans un Git
Pour une question de practicité et que ce projet reste un exercice, je n'ai pas déplacé le fichier
`.env`
dans un Git
à part. Sinon, il aurait fallu cacher ce fichier aux éventuels regards malveillants.
à part. Sinon, il aurait fallu cacher ce fichier aux éventuels regards malveillants.
Voilà. Vous avez une RESTful API complétement fonctionnelle et sécurisée !
Voilà. Vous avez une RESTful API complétement fonctionnelle et sécurisée !
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment