You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi Experts,
i am new to script runner for confluence we want to search for a confidential or sensitive information such as key words like Password, Passwort, credentials, pwd, if any user or space admin documented such information on space or a page the script should search and list the spaces which have such info. can anyone help me in this please
thanks
akhil
Hi @Pantham Akhil are you looking to develop a solution yourself or want to install a third party plugin ? If its latter you can explore Compliance for Confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kishan we are already have a add-on called script runner for confluence , so i need a script to do that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, i can give you an idea how you can develop it -
Using REST API you can -
1. Scan all spaces
2. Loop over all spaces to get all pages,
3. Once you have all the pageIDs, get their content and find whatever information you want to search within the content.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.