Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aa-ma-securegroups

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aa-ma-securegroups

Member Audit Secure Groups integration for Alliance Auth

  • 1.3.1
  • Source
  • PyPI
  • Socket score

Maintainers
1

Member Audit Secure Groups Integration for Alliance Auth

Version License Python Django pre-commit pre-commit.ci status Code Style: black Discord Checks codecov Translation status Contributor Covenant

ko-fi

This is an integration between Member Audit and Secure Groups for Alliance Auth (AA).



What's the difference to Member Audit Securegroups

Pretty much nothing.

I took over Member Audit Securegroups in August 2022 from the original developer who is no longer actively maintaining the app. After more than a year and the fact that I have a distinct dislike for Gitlab, and the original developer didn't want to transfer the PyPi repository to me, I decided it is time to make an actual fork of the app which is now again actively maintained by me.

This app is fully compatible with the original, all that has changed is the pip name from aa-memberaudit-securegroups to aa-ma-securegroups, and if you had the original app installed, it is really easy to switch to this one, see Step 0.5: Migrating from Member Audit Securegroups.

Thanks to @rcmurphy for all her work on the original app!

Features

  • Activity Filter
  • Asset Filter
  • Character Age Filter
  • Compliance Filter
  • Corporation Role Filter
  • Corporation Title Filter
  • Skill Set Filter
  • Skill Point Filter
  • Time in Corporation Filter

Installation

[!NOTE]

Member Audit Secure Groups Integration >= 1.0.0 needs at least Alliance Auth v4.0.0!

Please make sure to update your Alliance Auth instance before you install this module or update to the latest version, otherwise an update to Alliance Auth will be pulled in unsupervised.

The last version compatible with Alliance Auth v3 is 0.6.1.

Requirements

This integration needs Member Audit and Secure Groups to function. Please make sure they are installed before continuing.

Step 0.5: Migrating from Member Audit Securegroups

In case you have the original app installed, you need to uninstall it before you can continue. To do so, simply run:

pip uninstall aa-memberaudit-securegroups

That's all, no need to worry about the DB related stuff, this app is fully compatible with it and will use the DB tables from the original app. Now feel free to continue with the installation.

Step 1: Install the Package

Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then install the newest release from PyPI:

pip install aa-ma-securegroups

Step 2: Config

Add memberaudit_securegroups to your INSTALLED_APPS.

Step 3: Finalize App Installation

Run migrations:

python manage.py migrate

Restart your supervisor services for Auth

Filters

Filter NameMatches if...
Activity FilterUser has at least one character active within the last X days
Age FilterUser has at least one character over X days old
Asset FilterUser has at least one character with any of the assets defined
Compliance FilterUser has all characters registered on Member Audit
Corporation Role FilterUser has a character (main or alt) in a certain corpration with a certain role
Skill Point FilterUser has at least one character with at least X skill points
Skill Set FilterUser has at least one character with any of the selected skill sets

Changelog

See CHANGELOG.md

Translation Status

Translation status

Do you want to help translate this app into your language or improve the existing translation? - Join our team of translators!

Contributing

Do you want to contribute to this project? That's cool!

Please make sure to read the Contribution Guidelines.
(I promise, it's not much, just some basics)

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc