Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/imio/passerelle-imio-ia-aes
- Owner: IMIO
- Created: 2018-05-22T12:12:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T14:26:18.000Z (9 months ago)
- Last Synced: 2024-04-17T05:31:41.815Z (9 months ago)
- Topics: iateleservice, jenkins-pipeline
- Language: Python
- Homepage:
- Size: 216 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
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 = TrueUsage
------ 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.
---------------