1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
weisheng-p 3318034403
Add github_app_access_token lookup plugin (#7761)
* Add github_app_access_token lookup plugin

* Fix a typo in short_description

* Remove unused MockOpenUrl

* Fix MockJWT to be used on jwt_instance instead

* Fix a bunch of pep8 and pylint issue

* Remove JWT from requirements, also default jwt_instance and jwk_from_pem so they can be mocked

* Update version added

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update git reference in doc

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/lookup/github_app_access_token.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Expose token expiry as a configurable option

* Update BOTMETA.yml

* Update documentation

* Update example with var, so it is more readable

Co-authored-by: Felix Fontein <felix@fontein.de>

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2023-12-31 15:20:57 +01:00
..
action Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
become machinectl become plugin: mark as require_tty (#6935) 2023-07-15 12:53:59 +02:00
cache Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
callback More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
connection Introduce an Incus connection plugin (#7726) 2023-12-28 08:32:31 +01:00
doc_fragments 🔐 Load OP_SERVICE_ACCOUNT_TOKEN from ENVs (#7721) 2023-12-21 13:09:56 +01:00
filter Adding a new filter: to_ini, which allows conversion of a dictionary to an INI formatted string (#7744) 2023-12-28 08:32:57 +01:00
inventory Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
lookup Add github_app_access_token lookup plugin (#7761) 2023-12-31 15:20:57 +01:00
module_utils Add keycloak_realm_rolemapping module to map realm roles to groups (#7663) 2023-12-28 18:11:32 +01:00
modules Add dnf_config_manager module (#7745) 2023-12-29 09:42:02 +01:00
test Add test fqdn_valid (#7533) 2023-11-22 09:12:00 +01:00