You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Gagarkin (Jira)" <ji...@apache.org> on 2023/02/05 19:29:00 UTC

[jira] [Updated] (IGNITE-18577) Add SSL support for the REST

     [ https://issues.apache.org/jira/browse/IGNITE-18577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Gagarkin updated IGNITE-18577:
-----------------------------------
    Description: 
# Add SSL params for the REST to the node-config

{code:java}
{
  "rest": {
    "ssl": {
      "enabled": true,
      "keyStore": {
        "type": "PKCS12",
        "path": "ssl/keystore.p12",
        "password": "changeIt"
      }
    }
  }
}{code}
type can be PKCS12 or JKS. 

2. Update Micronaut configuration

https://guides.micronaut.io/latest/micronaut-security-x509-maven-groovy.html

 

  was:See [https://docs.google.com/document/d/1LHw-Y2BU3tPFeMiPgFs-W0ZkyBK06zYqFWkJXHL6KuM/edit#heading=h.hn6we4g30k3e]


> Add SSL support for the REST
> ----------------------------
>
>                 Key: IGNITE-18577
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18577
>             Project: Ignite
>          Issue Type: New Feature
>          Components: cli, rest
>            Reporter: Ivan Gagarkin
>            Assignee: Ivan Gagarkin
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> # Add SSL params for the REST to the node-config
> {code:java}
> {
>   "rest": {
>     "ssl": {
>       "enabled": true,
>       "keyStore": {
>         "type": "PKCS12",
>         "path": "ssl/keystore.p12",
>         "password": "changeIt"
>       }
>     }
>   }
> }{code}
> type can be PKCS12 or JKS. 
> 2. Update Micronaut configuration
> https://guides.micronaut.io/latest/micronaut-security-x509-maven-groovy.html
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)