Skip to main content

Credentials

Project description

Description

Mayan EDMS app to manage credentials.

License

This project is open sourced under the Apache 2.0 License.

Installation

  1. Install from PyPI in the same virtualenv where you installed Mayan EDMS. Or if using the Docker image, pass mayan-credentials to the MAYAN_PIP_INSTALLS environment variable.

    pip install mayan-credentials
  2. Add credentials to the COMMON_EXTRA_APPS setting, either as an environment variable, from a Python settings modules, or from the UI via the config.yaml configuration file.

    Python settings module example:

    INSTALLED_APPS += (
        'credentials',
    )
  3. Run the migrations for the app (not required for the Docker image):

    mayan-edms.py migrate

Requirements

  • Mayan EDMS version 3.4

1.4.1 (2023-06-12)

  • Support new event manager module location.

1.4 (2022-01-25)

  • Update for Mayan EDMS version 4.2.

1.3 (2021-06-03)

  • Update for version 4.0.

1.2 (2021-02-23)

  • Add an internal_name field.

  • Add Google Service Account backend.

  • Support post processing of credential objects.

1.1 (2020-12-15)

  • Add API views.

  • Change the import module name from “credentials” to “credential_backends”.

1.0.2 (2020-09-09)

  • Fix grammatical error.

  • Include object on the view context to allow showing the missing menu entries.

  • Normalize URL prefixes.

1.0.1 (2020-09-07)

  • Update absolute imports to self.

1.0.0 (2020-09-01)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mayan-credentials-1.4.1.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

mayan_credentials-1.4.1-py2.py3-none-any.whl (19.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page