Arpitha1
(Arpitha Halaguru Kunne Gowda)
December 5, 2024, 9:04am
1
Hi,
I need to enable AD logs. For that I tried 2 approach.
Approach 1; Through beta API’s. I added required scopes, still I’m getting below errors while I’m trying to fetch managed-clusters.
Approach 2: I tried to enable in /home/sailpoint/ccg/log4j.properties, but I need sudo access for that. I can not update using account ‘sailpoint’
Can anyone please suggest on these.
shaileeM
(Shailee Mehta)
December 5, 2024, 9:21am
2
Hi @Arpitha1 ,
You will need to use ORG_ADMIN access token for this operation.
Can you try with admin token ?
Thanks,
Shailee
1 Like
Arpitha1
(Arpitha Halaguru Kunne Gowda)
December 5, 2024, 9:58am
3
I Tried to generate PAT, by going to Preferences as I’m admin. I could able to create it, but I don’t see client secret. I can just see client id.
Hi @Arpitha1 ,
Create a new PAT , you cannot see client secret of a PAT if you did not noted it down while creating .
Create a new PAT will scope:all , and user must be org_admin .
Note down the Client Id and Client Secret .
Thanks
2 Likes
shaileeM
(Shailee Mehta)
December 5, 2024, 1:39pm
5
I agree with @sidharth_tarlapally , you wont be able to see the secret value again. Please create a new PAT token with scope: ALL and ORG_ADMIN. Do not forget to note down the secret this time.
1 Like
Hey Arpitha,
when you create a new PAT enable the sp:scopes:all to get a all full scopes.
Next note those Client ID and Secret. so you can use it on postman
1 Like
Arpitha1
(Arpitha Halaguru Kunne Gowda)
December 6, 2024, 2:39am
7
Sure, let me try and update you all.