Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imio/passerelle-imio-ia-aes

Passerelle (E-Guichet) plugin's to communicate with AES.
https://github.com/imio/passerelle-imio-ia-aes

iateleservice jenkins-pipeline

Last synced: 5 days ago
JSON representation

Passerelle (E-Guichet) plugin's to communicate with AES.

Awesome Lists containing this project

README

        

Passerelle connector to communicate with AES
============================================

Installation
------------

- add to Passerelle installed apps settings:
INSTALLED_APPS += ('passerelle_imio_ia_aes',)

- enable module:
PASSERELLE_APP_PASSERELLE_IMIO_IA_AES_ENABLED = True

Usage
-----

- create and configure new connector
- Title/description: whatever you want
- Certificate check: uncheck if the service has no valid certificate

- be carefull : To use some method with AES, they are two environment variables :
settings.AUTHENTIC_URL, settings.AES_LOGIN, settings.AES_PASSWORD
Register in passerelle settings.

Usage in w.c.s.
---------------