An Alliance Auth app that enables secure group management with Member Audit.
Project description
Member Audit Secure Groups
An Alliance Auth app that enables secure group management with Member Audit.
Contents
Important
This project is the official successor of the abandoned project aa-ma-securegroups. For instructions on how to update from an existing aa-ma-securegroups installation please see Updating from aa-ma-securegroups
Features
Member Audit Secure Groups provides Secure Groups filters based on character information from Member Audit. The following filters are provided:
- 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
This chapter explains how to install Member Audit Secure Groups (MASG).
Step 1 - Check prerequisites
-
MASG is a plugin for Alliance Auth. If you don't have Alliance Auth running already, please install it first before proceeding. (see the official AA installation guide for details)
-
MASG needs the app Member Audit to function. Please make sure it is installed, before continuing.
-
MASG needs the app Secure Groups to function. Please make sure it is installed, before continuing.
Step 2: Install the app
Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then install the newest release from PyPI:
pip install aa-memberaudit-securegroups
Step 3: Configure Auth settings
Add memberaudit_securegroups to your INSTALLED_APPS.
Step 4: Finalize App Installation
Run migrations & copy static files
python manage.py migrate
python manage.py collectstatic --noinput
Restart your supervisor services for Auth.
Member Audit Secure Groups is now fully installed and you can setup your first secure groups.
Step 5: Setup secure groups (Optional)
You can configure your secure groups on the admin site.
First create an Alliance Auth group that you want to become your smart group.
Next create a Member Audit filter. You can find all available filters under "Secure Groups (Member Audit Integration)".
Finally create a smart group for that filter. You can find smart groups under "Secure Groups / Smart Groups".
For more details on how to setup and configure secure groups please also see Secure Groups.
Updating from aa-ma-securegroups
MASG is designed to seamlessly replace the abandoned aa-ma-securegroups project. To update from an existing aa-ma-securegroups installation follow these steps:
Step 1: Uninstall the old Python package
Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then uninstall the old Python package:
pip uninstall aa-ma-securegroups
Step 2: Install the new Python package
And install the new Python package:
pip uninstall aa-memberaudit-securegroups
Step 3: Finalize App Update
Run migrations & copy static files:
python manage.py migrate
python manage.py collectstatic --noinput
Restart your supervisor services for Auth.
Documentation
The provided filters are defined as follows:
| Filter Name | Matches if... |
|---|---|
| Activity | User has at least one character active within the last X days |
| Age | User has at least one character over X days old |
| Asset | User has at least one character with any of the assets defined |
| Compliance | User has all characters registered on Member Audit |
| Skill Point | User has at least one character with at least X skill points |
| Skill Set | User has at least one character with any of the selected skill sets |
| Role | User has a character (main or alt) in a certain corporation with a certain role |
| Title | User has a character (main or alt) in a certain corporation with a certain title |
| Time in Corporation | User has a character (main or alt) in a certain corporation with a certain title |
Changelog
See CHANGELOG.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aa_memberaudit_securegroups-2.0.0.tar.gz.
File metadata
- Download URL: aa_memberaudit_securegroups-2.0.0.tar.gz
- Upload date:
- Size: 152.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.34.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
867d1e2f77849ff181a93ca75a610af5d276dbb61348083ba3e89defbd506584
|
|
| MD5 |
72a8a156b7d49f329ca3af7d3bbc6191
|
|
| BLAKE2b-256 |
e5d045985e68f4ee911075997f1d1e77194b76b02ab0b1a8b71bc5339276b6dc
|
File details
Details for the file aa_memberaudit_securegroups-2.0.0-py3-none-any.whl.
File metadata
- Download URL: aa_memberaudit_securegroups-2.0.0-py3-none-any.whl
- Upload date:
- Size: 95.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.34.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5779758795aeefd15139877a0e039c93bedea17264ff7ca8f208c122e422bc0
|
|
| MD5 |
c7d8b2f5e66947894491487ccd245e9d
|
|
| BLAKE2b-256 |
994cefa3b3027e192a4c5096da9ac249474463b609294d56921b9a1a804cd399
|