Skip to content

plup/sextant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sextant

Navigate through astronomical events

  • version: unstable

Install in a venv:

python3 -m venv venv
source venv/bin/activate
pip install git+https://...
sextant --help

Configure endpoints:

$ cat ~/.config/sextant/config.yaml
contexts:
  default:
    splunk:
      endpoint: https://<instance>.splunkcloud.com:8089
      auth:
        type: 1password
        item: <item.id>

    thehive:
      endpoint: https://<url>
      auth:
        type: 1password
        item: <item.id>

    sentinelone:
      endpoint: https://<instance>.sentinelone.net
      auth:
        type: 1password
        item: <item.id>

Check connections:

$ sextant --status
splunk True
thehive True
s1 True

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages