File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed
api/src/main/resources/templates/sso
core/src/main/java/io/sentrius/sso/core/services/openai/categorization Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1- SENTRIUS_VERSION = 1.0.34
2- SENTRIUS_SSH_VERSION = 1.0.3
3- SENTRIUS_KEYCLOAK_VERSION = 1.0.5
4- SENTRIUS_AGENT_VERSION = 1.0.15
1+ SENTRIUS_VERSION = 1.0.37
2+ SENTRIUS_SSH_VERSION = 1.0.4
3+ SENTRIUS_KEYCLOAK_VERSION = 1.0.6
4+ SENTRIUS_AGENT_VERSION = 1.0.16
Original file line number Diff line number Diff line change @@ -428,18 +428,14 @@ <h5 class="card-title">User Operations</h5>
428428 < div id ="system-visualizer-card2 " class ="card custom-dark-card shadow-sm p-3 "
429429 style ="max-width: 800px; flex: 1; " th:if ="${#sets.contains(operatingUser.authorizationType.accessSet, 'CAN_MANAGE_SYSTEMS')} ">
430430 < div class ="card-header ">
431- < h5 class ="card-title "> User Operations</ h5 >
431+ < h5 class ="card-title "> AI Admin Operations</ h5 >
432432 </ div >
433433 < div class ="card-body ">
434434 <!-- Buttons -->
435435 < div class ="mb-4 d-flex justify-content-center gap-2 ">
436- < a href ="/api/v1/users/list " class ="btn btn-danger "> Delete Users </ a >
436+ < a href ="/api/v1/users/list " class ="btn btn-danger "> Build Automation </ a >
437437 < a href ="# " class ="btn btn-primary " data-bs-toggle ="modal "
438- data-bs-target ="#userFormModal "> Add User</ a >
439- < a href ="/sso/v1/users/settings " class ="btn btn-primary "
440- th:if ="${!#sets.contains(operatingUser.authorizationType.accessSet, 'CAN_VIEW_ZTATS')} "> Your Settings</ a >
441- < a href ="/sso/v1/zerotrust/accesstoken/list " class ="btn btn-primary "
442- th:if ="${#sets.contains(operatingUser.authorizationType.accessSet, 'CAN_VIEW_ZTATS')} "> View JITs</ a >
438+ data-bs-target ="#userFormModal "> Usage Patterns</ a >
443439 </ div >
444440 </ div >
445441 </ div >
Original file line number Diff line number Diff line change 1717import io .sentrius .sso .genai .LLMCommandCategorizer ;
1818import io .sentrius .sso .integrations .external .ExternalIntegrationDTO ;
1919import io .sentrius .sso .security .ApiKey ;
20- import jakarta .annotation .PostConstruct ;
2120import jakarta .transaction .Transactional ;
22- import jdk .jfr .TransitionTo ;
23- import lombok .AllArgsConstructor ;
2421import lombok .RequiredArgsConstructor ;
2522import lombok .extern .slf4j .Slf4j ;
2623import org .springframework .stereotype .Service ;
You can’t perform that action at this time.
0 commit comments