Skip to content

Instantly share code, notes, and snippets.

View ideaengine007's full-sized avatar
🏠

Nitesh Surana ideaengine007

🏠
View GitHub Profile
@ideaengine007
ideaengine007 / cadvisor-env-vars-docker-compose.yml
Last active May 8, 2024 10:12
Docker Compose YAML for observing environment variables being logged as metrics in cAdvisor
services:
ubuntu:
container_name: ubuntu
image: ubuntu:latest
command: sleep infinity
environment:
- DEBUG=true
- AWS=ASIA1234567890
cadvisor:
container_name: cadvisor

Keybase proof

I hereby claim:

  • I am ideaengine007 on github.
  • I am niteshsurana (https://keybase.io/niteshsurana) on keybase.
  • I have a public key ASDKslVKNpQX51CD-Jj6NWeg4k-t2pk0sZvbIxRcfwUb5go

To claim this, I am signing this object:

import requests
from api_app.exceptions import AnalyzerRunException
from api_app.script_analyzers import classes
from intel_owl import secrets
class IntelX(classes.ObservableAnalyzer):
base_url: str = "https://2.intelx.io"
USER_AGENT = ''