Skip to content

Commit

Permalink
Merge pull request #22906 from agrare/add_url_to_ems_default_endpoint…
Browse files Browse the repository at this point in the history
…_delegates

Add url,url= to EMS default_endpoint delegates
  • Loading branch information
kbrock authored Feb 23, 2024
2 parents fe2620c + 1aff185 commit 5ef4381
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/ext_management_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ def validate_zone_not_maintenance_when_ems_enabled?
:hostname=,
:port,
:port=,
:url,
:url=,
:security_protocol,
:security_protocol=,
:verify_ssl,
Expand Down

0 comments on commit 5ef4381

Please sign in to comment.