validate secret management
This commit is contained in:
parent
71cf9a125e
commit
de1f64679e
2 changed files with 3 additions and 3 deletions
|
@ -141,7 +141,7 @@ nothing more. Don't have any expectation in term
|
||||||
of code quality, abstraction or anything else.
|
of code quality, abstraction or anything else.
|
||||||
|
|
||||||
- [ ] Read Nomad+Consul config from environment variables
|
- [ ] Read Nomad+Consul config from environment variables
|
||||||
- [ ] Inject secrets only when the sender is trusted
|
- [X] Inject secrets only when the sender is trusted
|
||||||
- [ ] Test PR behavior
|
- [ ] Test PR behavior
|
||||||
|
|
||||||
### Ideas
|
### Ideas
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"after": "c36a4527c06f0cbea1d4441f859265a73da04cca",
|
"after": "71cf9a125e125456533242a9beb1b234ce1d3e54",
|
||||||
"repository": {
|
"repository": {
|
||||||
"owner": {
|
"owner": {
|
||||||
"username": "quentin"
|
"username": "quentin"
|
||||||
|
@ -9,6 +9,6 @@
|
||||||
"clone_url": "https://git.deuxfleurs.fr/quentin/albatros.git"
|
"clone_url": "https://git.deuxfleurs.fr/quentin/albatros.git"
|
||||||
},
|
},
|
||||||
"sender": {
|
"sender": {
|
||||||
"username": "quentin"
|
"username": "external_contributor"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue