-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AugmentOS_Main and AugmentOS_Manager #143
base: dev
Are you sure you want to change the base?
Conversation
alex1115alex
commented
Oct 13, 2024
- Begin developing AugmentOS_Manager
- Begin splitting AugmentOS_Main and AugmentOS_Manager
…cussPlusPlus into start_augmentos
* Begin developing AugmentOS_Manager * Begin splitting AugmentOS_Main and AugmentOS_Manager
…ct on some commands from Manager. Very rudimentary for now.
Implement AugmentOS Manager UI features
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
14400037 | Triggered | Google API Key | 112e203 | augmentos_client/llsg/helpers/get_nearby_places.py | View secret |
14400036 | Triggered | Azure Open AI API key | 112e203 | augmentos_client/llsg/Modules/server_config.py | View secret |
14400037 | Triggered | Google API Key | e28f7f9 | augmentos_cloud_library/llsg/Modules/server_config.py | View secret |
14400034 | Triggered | Generic High Entropy Secret | f26bccf | server/server_config_backup.py | View secret |
14400038 | Triggered | Generic High Entropy Secret | e28f7f9 | augmentos_cloud_library/llsg/Modules/server_config.py | View secret |
14400035 | Triggered | Generic High Entropy Secret | e28f7f9 | augmentos_cloud_library/llsg/Modules/LangchainSetup.py | View secret |
14400031 | Triggered | Generic High Entropy Secret | f26bccf | server/server_config_backup.py | View secret |
14400031 | Triggered | Generic High Entropy Secret | b683676 | augmentos_client/llsg/Modules/server_config.py | View secret |
14400034 | Triggered | Generic High Entropy Secret | 112e203 | augmentos_client/llsg/Modules/server_config.py | View secret |
14400036 | Triggered | Azure Open AI API key | e28f7f9 | augmentos_cloud_library/llsg/Modules/server_config.py | View secret |
14400031 | Triggered | Generic High Entropy Secret | 112e203 | augmentos_client/llsg/Modules/server_config.py | View secret |
14400036 | Triggered | Azure Open AI API key | f26bccf | server/server_config_backup.py | View secret |
14400039 | Triggered | RSA Private Key | e28f7f9 | archive/web_frontend/bbbbb2.pem | View secret |
14400037 | Triggered | Google API Key | f26bccf | server/server_config_backup.py | View secret |
14400039 | Triggered | RSA Private Key | f26bccf | web_frontend/bbbbb2.pem | View secret |
14400035 | Triggered | Generic High Entropy Secret | 112e203 | augmentos_client/llsg/Modules/LangchainSetup.py | View secret |
14400036 | Triggered | Azure Open AI API key | b683676 | augmentos_client/llsg/Modules/server_config.py | View secret |
14400030 | Triggered | Generic High Entropy Secret | e28f7f9 | augmentos_cloud_library/llsg/Modules/LangchainSetup.py | View secret |
14400039 | Triggered | RSA Private Key | b683676 | web_frontend/bbbbb2.pem | View secret |
14400037 | Triggered | Google API Key | b683676 | augmentos_client/llsg/helpers/get_nearby_places.py | View secret |
14400037 | Triggered | Google API Key | 112e203 | augmentos_client/llsg/Modules/server_config.py | View secret |
14400038 | Triggered | Generic High Entropy Secret | 112e203 | augmentos_client/llsg/Modules/server_config.py | View secret |
14400038 | Triggered | Generic High Entropy Secret | f26bccf | server/server_config_backup.py | View secret |
14400034 | Triggered | Generic High Entropy Secret | b683676 | augmentos_client/llsg/Modules/server_config.py | View secret |
14400035 | Triggered | Generic High Entropy Secret | b683676 | augmentos_client/llsg/Modules/LangchainSetup.py | View secret |
14400037 | Triggered | Google API Key | e28f7f9 | augmentos_cloud_library/llsg/helpers/get_nearby_places.py | View secret |
14400030 | Triggered | Generic High Entropy Secret | b683676 | augmentos_client/llsg/Modules/LangchainSetup.py | View secret |
14400037 | Triggered | Google API Key | b683676 | augmentos_client/llsg/Modules/server_config.py | View secret |
14400038 | Triggered | Generic High Entropy Secret | b683676 | augmentos_client/llsg/Modules/server_config.py | View secret |
14400034 | Triggered | Generic High Entropy Secret | e28f7f9 | augmentos_cloud_library/llsg/Modules/server_config.py | View secret |
14400032 | Triggered | OpenAI API Key | f26bccf | server/server_config_backup.py | View secret |
14400031 | Triggered | Generic High Entropy Secret | e28f7f9 | augmentos_cloud_library/llsg/Modules/server_config.py | View secret |
14400030 | Triggered | Generic High Entropy Secret | 112e203 | augmentos_client/llsg/Modules/LangchainSetup.py | 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.
Removed gradient from the last card, fixed title sizing, space in between connceted text and glasses name divider
…iscussPlusPlus into start_augmentos_2