[teiid-issues] [JBoss JIRA] (TEIID-3894) Teiid transport ssl attributes should add some default values

Steven Hawkins (JIRA) issues at jboss.org
Thu Jan 28 17:55:00 EST 2016


    [ https://issues.jboss.org/browse/TEIID-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156184#comment-13156184 ] 

Steven Hawkins commented on TEIID-3894:
---------------------------------------

ssl-mode, ssl-authentication-mode, ssl-ssl-protocol, keystore-type do have default values defined.

ssl-mode and ssl-authentication-mode look like they could be updated with allowed values.

ssl-keymanagement-algorithm could be defaulted to the sun/oracle default - but it can be different on other JREs

ssl-enabled-cipher-suites doesn't expect a default value currently, so a change is not needed there.

> Teiid transport ssl attributes should add some default values
> -------------------------------------------------------------
>
>                 Key: TEIID-3894
>                 URL: https://issues.jboss.org/browse/TEIID-3894
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Server
>    Affects Versions: 9.x
>            Reporter: Kylin Soong
>            Assignee: Steven Hawkins
>             Fix For: 9.x
>
>
> Execute the following cli
> {code}
> /subsystem=teiid/transport=jdbc:write-attribute(name=ssl-mode,value=enabled)
> /subsystem=teiid/transport=jdbc:write-attribute(name=ssl-authentication-mode,value=1-way)
> /subsystem=teiid/transport=jdbc:write-attribute(name=ssl-ssl-protocol,value=TLSv1)
> /subsystem=teiid/transport=jdbc:write-attribute(name=ssl-keymanagement-algorithm,value=SunX509)
> /subsystem=teiid/transport=jdbc:write-attribute(name=ssl-enabled-cipher-suites,value="SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA")
> /subsystem=teiid/transport=jdbc:write-attribute(name=keystore-type,value=JKS)
> {code}
> no suggested value pop up, some values only allow existed value, so I think add some default value is necessary.
> h3. ssl-mode allowed value
> * enabled
> * login
> * enabled
> h3. ssl-authentication-mode allowed value
> * 1-way
> * 2-way
> * anonymous
> h3. ssl-ssl-protocol default value
> * TLSv1
> h3. ssl-keymanagement-algorithm default value
> * SunX509
> h3. ssl-enabled-cipher-suites default value
> * SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA
> h3. keystore-type default value
> * JKS



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list