summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Davis <nitzmahone@users.noreply.github.com>2020-10-26 11:44:00 -0700
committerGitHub <noreply@github.com>2020-10-26 13:44:00 -0500
commit84aa943195bdecb8358a60238e3225b7de4647b0 (patch)
tree3ff59beba217a1f3caa3bfdac328946bceb01c39 /changelogs
parent7fe2a22f7016838c6d13b2408de24b7ee9add3a7 (diff)
downloadansible-84aa943195bdecb8358a60238e3225b7de4647b0.tar.gz
Remove ansible-galaxy login (#72288) (#72325)
* GitHub is removing the underlying API used to implement the `login` command. Since the general consensus seems to be that relatively nobody currently uses this command (in favor of explicit token passing), support was simply removed for interactive login. If a future need arises, this command should be reimplemented via OAuth Device Auth Grants. * login or role login commands now produce a fatal error with a descriptive message * updated 2.10 porting guide entry * remove dead code/config, update messages and porting guides (cherry picked from commit 83909bfa22573777e3db5688773bda59721962ad)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/galaxy_login_bye.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/galaxy_login_bye.yml b/changelogs/fragments/galaxy_login_bye.yml
new file mode 100644
index 0000000000..56504019c2
--- /dev/null
+++ b/changelogs/fragments/galaxy_login_bye.yml
@@ -0,0 +1,2 @@
+breaking_changes:
+- ansible-galaxy login command has been removed (see https://github.com/ansible/ansible/issues/71560)