refactor: Service Provider removed#4401
Conversation
This reverts commit 8001ed0.
01537fe to
a13b2b3
Compare
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 30437335 | Triggered | Generic Password | 815c9cc | roles/middleware/files/FWO.Middleware.Server/LdapBasic.cs | 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 secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- 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.
|
|
cd4c08d to
0002252
Compare
|



Removed the service provider and their services
Now there are
which have their logically bound lifecycle
Additionally rework of config with all config-parameters in global_state config in one place and configurable in the config file
fwo_api moved to global state but is refreshing the jwt for every import in the loop without recreating the whole fwo_api objects again