-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17340 FIX Registering agents without automation user
This is only relevant if you use the managed edition and you set the automation user to belong to the provider! If the automation user is marked to belong to the *provider* the user is not synchronized to the customer sites. When registering an agent the agent-receiver queries the RestAPI in order to get the configuration for the configured lifetime of agent certificates. In order to authenticate the agent-receiver tries to use the automation user. This failed with an uncaught exception if that automation user does not exists. In 2.3.0 we switched to another authentication scheme which is not available in 2.2.0, therefore these cases are now caught and the default lifetime (5 years) is used. SUP-16830 Change-Id: Ife29a396720908fc4b679f1416bbd658210ecbcb
- Loading branch information
1 parent
64d8c32
commit 1de462f
Showing
3 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Title: Registering agents without automation user | ||
Class: fix | ||
Compatible: compat | ||
Component: checks | ||
Date: 1728390830 | ||
Edition: cme | ||
Level: 1 | ||
Version: 2.2.0p36 | ||
|
||
This is only relevant if you use the managed edition and you set the automation user to belong to the provider! | ||
|
||
If the automation user is marked to belong to the *provider* the user is not synchronized to the customer sites. | ||
When registering an agent the agent receiver queries the RestAPI in order to get the configuration for the configured lifetime of agent certificates. | ||
In order to authenticate the agent receiver tries to use the automation user. | ||
This failed with an uncaught exception if that automation user does not exists. | ||
In 2.3.0 we switched to another authentication scheme which is not available in 2.2.0, therefore these cases are now caught and the default lifetime (5 years) is used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters