public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Arslan Ahmad <arahmad@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fence-agents] eln: - fence_vmware_rest: add token-based authentication
Date: Fri, 04 Sep 2026 13:57:32 GMT	[thread overview]
Message-ID: <178853025242.1.12826351243700547122.rpms-fence-agents-83e6b32d063b@fedoraproject.org> (raw)

          A new commit has been pushed.

          Repo   : rpms/fence-agents
          Branch : eln
          Commit : 83e6b32d063b25a355e74c75874a6a4c686c0e72
          Author : Arslan Ahmad <arahmad@redhat.com>
          Date   : 2026-09-04T09:51:59-04:00
          Stats  : +8/-10 in 2 file(s)
          URL    : https://src.fedoraproject.org/rpms/fence-agents/c/83e6b32d063b25a355e74c75874a6a4c686c0e72?branch=eln

          Log:
          - fence_vmware_rest: add token-based authentication
Resolves: RHEL-191488

---
diff --git a/RHEL-191488-2-fence_vmware_rest-remove-static-token-option.patch b/RHEL-191488-2-fence_vmware_rest-remove-static-token-option.patch
index e6a2afc..bd6f63e 100644
--- a/RHEL-191488-2-fence_vmware_rest-remove-static-token-option.patch
+++ b/RHEL-191488-2-fence_vmware_rest-remove-static-token-option.patch
@@ -1,4 +1,4 @@
-From 9d63480532597b4a0508d049a8d4f933c468552e Mon Sep 17 00:00:00 2001
+From 52fecd207e28386283c8389c2dd43bda59c8becf Mon Sep 17 00:00:00 2001
 From: Arslan Ahmad <arahmad@redhat.com>
 Date: Wed, 29 Jul 2026 19:18:10 +0530
 Subject: [PATCH] fence_vmware_rest: remove static --token option
@@ -12,12 +12,12 @@ fetch a fresh session token dynamically on every invocation.
 
 Signed-off-by: Arslan Ahmad <arahmad@redhat.com>
 ---
- agents/vmware_rest/fence_vmware_rest.py   | 25 ++++++++---------------
+ agents/vmware_rest/fence_vmware_rest.py   | 23 ++++++++---------------
  tests/data/metadata/fence_vmware_rest.xml |  5 -----
- 2 files changed, 9 insertions(+), 21 deletions(-)
+ 2 files changed, 8 insertions(+), 20 deletions(-)
 
 diff --git a/agents/vmware_rest/fence_vmware_rest.py b/agents/vmware_rest/fence_vmware_rest.py
-index fb9d42861..7e790c306 100644
+index fb9d42861..c14e5559d 100644
 --- a/agents/vmware_rest/fence_vmware_rest.py
 +++ b/agents/vmware_rest/fence_vmware_rest.py
 @@ -68,9 +68,9 @@ def get_list(conn, options):
@@ -73,12 +73,10 @@ index fb9d42861..7e790c306 100644
  		"token_script",
  	]
  
-@@ -226,10 +218,11 @@ def main():
- 	all_opt["shell_timeout"]["default"] = "5"
+@@ -227,9 +219,10 @@ def main():
  	all_opt["power_wait"]["default"] = "1"
  
--	options = check_input(device_opt, process_input(device_opt))
-+	options = check_input(device_opt, process_input(device_opt))    
+ 	options = check_input(device_opt, process_input(device_opt))
 +	token = None
  	if "--token-script" in options:
  		try:

diff --git a/fence-agents.spec b/fence-agents.spec
index 355a367..d67e1a9 100644
--- a/fence-agents.spec
+++ b/fence-agents.spec
@@ -13,7 +13,7 @@
 Name: fence-agents
 Summary: Set of unified programs capable of host isolation ("fencing")
 Version: 4.16.0
-Release: 32%{?alphatag:.%{alphatag}}%{?dist}
+Release: 33%{?alphatag:.%{alphatag}}%{?dist}
 License: GPL-2.0-or-later AND LGPL-2.0-or-later
 URL: https://github.com/ClusterLabs/fence-agents
 Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz
@@ -1246,7 +1246,7 @@ are located on corosync cluster nodes.
 %endif
 
 %changelog
-* Thu Jul 30 2026 Arslan Ahmad <arahmad@redhat.com> - 4.16.0-32
+* Fri Jul 31 2026 Arslan Ahmad <arahmad@redhat.com> - 4.16.0-33
 - fence_vmware_rest: add token-based authentication
   Resolves: RHEL-191488
 

             reply	other threads:[~2026-09-04 13:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-04 13:57 Arslan Ahmad [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-09-04 13:57 [rpms/fence-agents] eln: - fence_vmware_rest: add token-based authentication Arslan Ahmad
2026-07-15 20:26 Arslan Ahmad

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178853025242.1.12826351243700547122.rpms-fence-agents-83e6b32d063b@fedoraproject.org \
    --to=arahmad@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox