-
Notifications
You must be signed in to change notification settings - Fork 168
Add revert API for impersonation configurations. #977
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
Conversation
| public void deleteImpersonationConfiguration() { | ||
|
|
||
| String tenantDomain = ContextLoader.getTenantDomainFromContext(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Log Improvement Suggestion No: 1
| public void deleteImpersonationConfiguration() { | |
| String tenantDomain = ContextLoader.getTenantDomainFromContext(); | |
| public void deleteImpersonationConfiguration() { | |
| String tenantDomain = ContextLoader.getTenantDomainFromContext(); | |
| log.info("Deleting impersonation configuration for tenant domain: " + tenantDomain); |
.../java/org/wso2/carbon/identity/api/server/configs/v1/core/ServerConfigManagementService.java
Show resolved
Hide resolved
.../java/org/wso2/carbon/identity/api/server/configs/v1/core/ServerConfigManagementService.java
Show resolved
Hide resolved
...src/main/java/org/wso2/carbon/identity/api/server/configs/v1/impl/ConfigsApiServiceImpl.java
Show resolved
Hide resolved
AI Agent Log Improvement Checklist
✅ Before merging this pull request:
|
.../java/org/wso2/carbon/identity/api/server/configs/v1/core/ServerConfigManagementService.java
Outdated
Show resolved
Hide resolved
|
PR builder started |
|
PR builder completed |
jenkins-is-staging
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/17381806494
[Sync][master -> next][#977]: Add revert API for impersonation configurations.
Purpose
$subject
Depends on
Related issue