Fix for generating jwks.json using oathkeeper image oneliner.
There was an issue generating it using docker_container ansible module so it was replaced with command ansible module.
For this ansibleCM image had to be updated with installed docker package.
Example for Visual Changes
Checklist
[x] All git commits are signed. (REQUIRED)
[x] All new methods or updated methods have clear docstrings.
[x] Testing added or updated for new methods.
[x] Verified if any changes impact the WebPortal Health Checks.
PULL REQUEST
Overview
Fix for generating
jwks.json
usingoathkeeper
image oneliner.There was an issue generating it using
docker_container
ansible module so it was replaced with command ansible module. For this ansibleCM image had to be updated with installed docker package.Example for Visual Changes
Checklist
Issues Closed