-
Notifications
You must be signed in to change notification settings - Fork 1
feat!: multiple services depending on same plugin implementation #61
Conversation
…on and seting those in the cluster topology services
… specs comming from different services
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
9423094 | Triggered | Generic Password | 59b20f4 | kontrol-service/dev-start-kk.sh | View secret |
9423094 | Triggered | Generic Password | 59b20f4 | kontrol-service/docker-compose.yaml | View secret |
13106060 | Triggered | Generic High Entropy Secret | 3da1351 | ci/obd-demo.yaml | View secret |
13358409 | Triggered | Generic High Entropy Secret | 3da1351 | ci/obd-demo.yaml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
0696ef9
to
032b753
Compare
67e29b8
to
a99ecd6
Compare
name: jsdelivr-api | ||
annotations: | ||
kardinal.dev.service/plugin-definition: | | ||
- name: github.com/leoporoli/jsdelivr-api-plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will replace it in a next PR after merging plugins PRs
name: postgres-seed-plugin | ||
annotations: | ||
kardinal.dev.service/plugin-definition: | | ||
- name: github.com/leoporoli/postgres-seed-plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will replace it in a next PR after merging plugins PRs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I think separating out the plugins into their own definition simplified the code a lot!
No description provided.