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/doc_fragments
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
..
alicloud.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
auth_basic.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
bitbucket.py bitbucket: Support Basic Auth (#2045) 2021-10-31 19:09:25 +01:00
dimensiondata.py Tidy up validate-modules ignores for some cloud/ modules (#1354) 2020-11-23 09:22:30 +01:00
dimensiondata_wait.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
emc.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
hpe3par.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
hwc.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
ibm_storage.py Initial commit 2020-03-09 09:11:07 +00:00
influxdb.py Fix boolean defaults. (#1343) 2020-11-23 11:14:43 +00:00
ipa.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
keycloak.py Allow keycloak modules to take token as parameter for the auth. (#2250) 2021-04-20 13:20:46 +02:00
ldap.py Feature/ldap gssapi sasl authentication (#1595) 2021-01-27 08:15:38 +01:00
lxca_common.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
manageiq.py Tidy up validate-modules ignores for remote_management/manageiq modules (#1272) 2020-11-12 08:28:32 +01:00
nomad.py new module nomad_job & nomad_job_info (#867) 2020-10-19 13:40:07 +02:00
oneview.py fixed documentation for oneview modules (#2092) 2021-03-24 14:16:33 +01:00
online.py Tidy up validate-modules:doc-required-mismatch (#1415) 2020-11-28 14:06:28 +01:00
opennebula.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
openswitch.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
oracle.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
oracle_creatable_resource.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
oracle_display_name_option.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
oracle_name_option.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
oracle_tags.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
oracle_wait_options.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
pritunl.py New module: Add Pritunl VPN user module (net_tools/pritunl/) (#803) 2021-03-21 11:30:16 +01:00
proxmox.py Proxmox doc fragments (#1404) 2020-12-02 16:08:07 +01:00
purestorage.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
rackspace.py Tidy up validate-modules ignores for rackspace modules (#1242) 2020-11-08 09:44:28 +01: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
scaleway.py Scaleway - Fix api_token documentation (#747) 2020-08-10 10:51:42 +02:00
utm.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
vexata.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
xenserver.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00