Giter Club home page Giter Club logo

Comments (7)

biemond avatar biemond commented on September 25, 2024

Indeed, it is not implemented, but highly wanted :-)

It would be super cool If you and your team can do this for me
And you can take any wls type as an example ( except wls_settng).
Provider is just a simple.rb ( just copy it ) and in the type you define your parameters etc. At last you need the 4 python scripts. ( start with the index.py.erb, test it with puppet resource wls_xxxx after this you can make the other py scripts )

Do you also replace the default wls keystores so it works with nodemanager and used in the domain creation.

Thanks

from biemond-orawls.

biemond avatar biemond commented on September 25, 2024

By the way

I already added JCE extended security policy to the jkd7 module

This way I could enable JSSE on WebLogic 10.3.6, also need to do rsafix else you will get error while connecting.

jdk7::install7{ 'jdk1.7.0_51':
    version                   => "7u51" , 
    fullVersion               => "jdk1.7.0_51",
    alternativesPriority      => 18000, 
    x64                       => true,
    downloadDir               => "/data/install",
    urandomJavaFix            => true,
    rsakeySizeFix             => true,
    cryptographyExtensionFile => "UnlimitedJCEPolicyJDK7.zip",
    sourcePath                => "/software",
}

After this you can enable JSSE on the nodemanager, domain manifests and wls_server type.

from biemond-orawls.

dportabella avatar dportabella commented on September 25, 2024

great!
my colleague Pierluigi will work on this.

best regards!

from biemond-orawls.

biemond avatar biemond commented on September 25, 2024

Great :-)

from biemond-orawls.

vernetto avatar vernetto commented on September 25, 2024

hello Edwin, first of all thanks for all your great work.
Small question, is there a code-generation tool to use to handle these custom types? I am doing it by hand, but it's a heck of a copy/paste/hack thing...
thanks again!
pierre

from biemond-orawls.

biemond avatar biemond commented on September 25, 2024

Hi,
Welcome and I just got an update of easy_type and for now only the private methods in the types are not necessary anymore.

But you still need to create the parameter files in a wls type

thanks

from biemond-orawls.

biemond avatar biemond commented on September 25, 2024

Done,

check the master branch https://github.com/biemond/biemond-orawls-vagrant for a working example with JDK7 with JCE , Enable JSSE and Custom Identity and Custom Trust stores

from biemond-orawls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.