Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Support for elytron subsystem #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sabre1041
Copy link
Collaborator

Support for elytron subsystem

@sabre1041 sabre1041 requested a review from rpelisse January 1, 2021 17:50
@sabre1041
Copy link
Collaborator Author

sabre1041 commented Jan 1, 2021

Initial testing with following configuration

{ "elytron" => {
    "key-store" => {
        "newKS" => {
            "type" => "JKS",
            "path" => expression "${jboss.server.config.dir}/jboss.jks",
            "credential-reference" => {"clear-text" => "jboss@123"},
        }
    },
    "key-manager" => {
        "newKM" => {
            "algorithm" => "SunX509",
            "key-store" => "newKS",
            "credential-reference" => {"clear-text" => "jboss@123"},
        }
    },
    "server-ssl-context" => {
        "newSSC" => {
            "key-manager" => "newKM",
            "protocols" => ["TLSv1.2"],
            "cipher-suite-filter" => "TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA",
        }
    }
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant