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/module_utils
Maxime Brunet aaa0f39f72
bitbucket: Support Basic Auth (#2045)
* bitbucket: Support Basic Auth

* Rename username to user

* Document user/password options

* Rename username to workspace

* Deprecate username

* Fix credentials_required error_message

* Fix credentials_required error_message

* Test user/password/workspace options and env vars

* Update a test to use user/password/workspace for each module

* Fix check auth arguments

* Use required_one_of/required_together

* Fix required typo

* Fix fetch_access_token

* Fix tests 🤞

* Switch things up in test_bitbucket_access_key

* Fix username/password are None

* Remove username/password properties, use params directly

* Update plugins/doc_fragments/bitbucket.py

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

* Update plugins/module_utils/source_control/bitbucket.py

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

* Update plugins/module_utils/source_control/bitbucket.py

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

* Update plugins/module_utils/source_control/bitbucket.py

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

* Update plugins/modules/source_control/bitbucket/bitbucket_access_key.py

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

* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_key_pair.py

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

* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_known_host.py

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

* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_known_host.py

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

* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_variable.py

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

* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_variable.py

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

* Update plugins/modules/source_control/bitbucket/bitbucket_access_key.py

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

* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_key_pair.py

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

* Document OAuth/Basic Auth precedence

* Apply suggestions from code review

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

* Remove no_log=False from user argument

* Add changelog fragment

* Correct wording and formatting in changelog

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

* Update changelogs/fragments/2045-bitbucket_support_basic_auth.yaml

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

Co-authored-by: Felix Fontein <felix@fontein.de>
2021-10-31 19:09:25 +01:00
..
identity/keycloak keycloak_role: quote role name in urls (#3536) 2021-10-09 13:38:02 +02:00
mh Remove deprecated options, aliases and defaults (#3461) 2021-10-12 13:56:15 +02:00
net_tools/pritunl Remove and redirect all infoblox/nios content (#3592) 2021-10-21 08:02:06 +02:00
oracle mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
remote_management/lxca mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
source_control bitbucket: Support Basic Auth (#2045) 2021-10-31 19:09:25 +01:00
storage mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
_mount.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
alicloud_ecs.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
cloud.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
csv.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
database.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
dimensiondata.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
gandi_livedns_api.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
gitlab.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
heroku.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
hwc_utils.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
ibm_sa_utils.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
influxdb.py InfluxDB_database: Make the path argument conditional on the InfluxDB version (#1126) 2020-11-06 09:12:00 +01:00
ipa.py ipa_group: add append option (#3545) 2021-10-19 13:36:08 +02:00
known_hosts.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
ldap.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
linode.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
lxd.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
manageiq.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
memset.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
module_helper.py module_helper.py Breakdown (#2393) 2021-05-11 19:31:10 +02:00
oneandone.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
oneview.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
online.py Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
opennebula.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
proxmox.py proxmox: create a common base (#1331) 2020-11-24 17:30:39 +01:00
pure.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
rax.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
redfish_utils.py Redfish: Do not set the boot source override mode if not provided by the user (#3581) 2021-10-22 07:29:26 +02:00
redhat.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
redis.py Adds redis_data_info module (#3227) 2021-09-08 07:14:37 +02:00
rundeck.py Add new modules rundeck_job_run and rundeck_job_executions_info (#3521) 2021-10-11 06:55:47 +02:00
saslprep.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
scaleway.py Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
univention_umc.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
utm_utils.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
vexata.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
xenserver.py xenserver_guest - fixed validations (#2243) 2021-04-17 09:32:13 +02:00