Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PKI group delete i.e <subsystem>-group-del is failing for name 'abc?' with error: ResourceNotFoundException: No such object: No such object #4858

Open
PsOverflow opened this issue Sep 25, 2024 · 0 comments
Labels
Bug Bug fixes downstream Same issue identified in downstream automation and needs triage regression Regression bug. Introduced due to changes in unrelated code

Comments

@PsOverflow
Copy link
Contributor

PsOverflow commented Sep 25, 2024

Issue: PKI group delete i.e -group-del is failing for name 'abc?' with error: ResourceNotFoundException: No such object: No such object

Version:
OS: Fedora-40
Build: @pki/master
dogtag-pki-11.6.0-0.1.alpha1.20240924234146UTC.9f04b768.fc40.x86_64

Steps to reproduce:

  1. Add group with name: abc?
pki -d /opt/pki/certdb -p 20443 -h pki1.example.com -c SECret.123 -n "PKI CA Administrator for Example.Org" ca-group-add abc?
------------------
Added group "abc?"
------------------
  Group ID: abc?
  1. Find group:
pki -d /opt/pki/certdb -p 20443 -h pki1.example.com -c SECret.123 -n "PKI CA Administrator for Example.Org" ca-group-find | grep abc
  Group ID: abc?
  1. Delete group:
pki -d /opt/pki/certdb -p 20443 -h pki1.example.com -c SECret.123 -n "PKI CA Administrator for Example.Org" ca-group-del "abc?"
ResourceNotFoundException: No such object: No such object

Note: Same scenario is failing for KRA as well.

@PsOverflow PsOverflow added Bug Bug fixes regression Regression bug. Introduced due to changes in unrelated code downstream Same issue identified in downstream automation and needs triage labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug fixes downstream Same issue identified in downstream automation and needs triage regression Regression bug. Introduced due to changes in unrelated code
Projects
None yet
Development

No branches or pull requests

1 participant