-
Notifications
You must be signed in to change notification settings - Fork 71
feat: API for delegating credentials to generate a z/OS PassTicket #4368
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
base: v3.x.x
Are you sure you want to change the base?
Conversation
|
OLD PR: #4364 |
|
@balhar-jakub @pablocarle there was some issue with the previous pr for signing, hence created this new one. we will discuss in this pr. |
|
@pablocarle @balhar-jakub PR is ready for review |
8d9766d to
aae08aa
Compare
aae08aa to
2a26ebb
Compare
931fc9b to
1ace669
Compare
44ba182 to
36654ae
Compare
zaas-service/src/main/java/org/zowe/apiml/zaas/controllers/StsController.java
Outdated
Show resolved
Hide resolved
zaas-service/src/main/java/org/zowe/apiml/zaas/controllers/StsController.java
Outdated
Show resolved
Hide resolved
zaas-service/src/main/java/org/zowe/apiml/zaas/controllers/StsController.java
Outdated
Show resolved
Hide resolved
gateway-service/src/main/java/org/zowe/apiml/gateway/config/AuthEndpointConfig.java
Show resolved
Hide resolved
gateway-service/src/main/java/org/zowe/apiml/gateway/config/WebSecurity.java
Outdated
Show resolved
Hide resolved
|
We believe that this is the actual PR to solve the passtickets endpoint. |
Yes, this is the active PR. |
|
I recall that guarding the API we were going to check that the user associated with the client certificate was going to be checked against a SAF permission to make sure they had @pablocarle , do you have pointers to sample existing code in APIML that makes a call to do a SAF access permission check against a facility class ? |
Hi @Joe-Winchester, sure, if you have a controller you can use the example from the documentation: This can also be used as an injected bean, like here: |
b458c10 to
f2e780c
Compare
… an existing authentication Signed-off-by: Gowtham Selvaraj <[email protected]>
… an existing authentication Signed-off-by: Gowtham Selvaraj <[email protected]>
… an existing authentication Signed-off-by: Gowtham Selvaraj <[email protected]>
Signed-off-by: Gowtham Selvaraj <[email protected]>
Signed-off-by: Gowtham Selvaraj <[email protected]>
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Linked to #4365
Part of the # (epic)
Type of change
Please delete options that are not relevant.
Checklist:
For more details about how should the code look like read the Contributing guideline