mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
[AAP-52144] Remove AWX Prefix from the SAML migrator (#7072)
We were adding an AWX prefix to SAML migrator
This commit is contained in:
parent
af2efec2b4
commit
bb46268eec
@ -143,7 +143,7 @@ class SAMLMigrator(BaseAuthenticatorMigrator):
|
||||
name = config_settings["name"]
|
||||
|
||||
# Generate authenticator name and slug
|
||||
authenticator_name = f"AWX-{category.replace('-', '_').title()}-{name}"
|
||||
authenticator_name = f"{category.replace('-', '_').title()}-{name}"
|
||||
authenticator_slug = self._generate_authenticator_slug("saml", name)
|
||||
|
||||
self._write_output(f"\n--- Processing {category} authenticator ---")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user