Skip to content

Deploy/Update custom AuthenticationPlugins to OAM #1474

Open
@zeusbaba

Description

@zeusbaba

The current (which seems to be the only) way to deploy&update custom AuthPlugins is using /oamconsole
this is a manual process and not convenient for us.
Because, we often do code changes to custom plugins we developed, and thus we need to update by redeploying manually.
The current process requires long set of manual interaction via /oamconsole and thus long downtime...

as a feature request:
would it be possible to use WDT for deploying & re-deploying custom AuthPlugins to OAM?

using WDT & WLST enables us to automate the whole flow, thus avoid any manual interaction with our systems.
p.s. we have also opened SR 3-33515418141 about this request.

Activity

robertpatrick

robertpatrick commented on Jun 28, 2023

@robertpatrick
Member

@zeusbaba We currently have no plans to add support for OAM to WDT. WDT should be able to stand up an empty OAM domain provided that someone write the custom typedef to specify the domain templates that need to be applied. Likewise, we can discover the WebLogic Server configuration and resources of an OAM domain. To make that usable, the typedef should be updated with the right discover-filters to skip discovering template-defined artifacts.

To do anything else, we would need help from the OAM team and probably the FMW Infrastructure component teams (like OPSS, OWSM, etc.). We have tried to get those teams to work with us to define how we could add support for them to WDT but they really haven't been interested. Customer demand is the best way to motivate them!

I will leave this on our backlog I just wanted to let you know that we likely won't be doing anything in the near-term, at least.

zeusbaba

zeusbaba commented on Jun 29, 2023

@zeusbaba
Author

Thanks for your response @robertpatrick

I've implemented full automation for OAM for this customer.
as you stated, already created custom typedef which sets the stage for create&update domain using WDT.
OAM specific bits (like federation, ids, etc) are automated by using WLST.

custom AuthPlugins is only part which is semi-automated, and often wastes lots of time by doing things manually.

btw. I've already raised SR (see ref in my prev comment) to Oracle support requesting this enhancement.

Please kindly let us know if anything we can contribute with.

Looking forward to more updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    OAMOracle Access ManagerenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zeusbaba@robertpatrick

        Issue actions

          Deploy/Update custom AuthenticationPlugins to OAM · Issue #1474 · oracle/weblogic-deploy-tooling