[NETCONF-476] NetConf SBP uses global privatekey for all connections Created: 10/Oct/17 Updated: 09/Jul/21 Resolved: 09/Jul/21 |
|
| Status: | Resolved |
| Project: | netconf |
| Component/s: | netconf |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Juraj Veverka | Assignee: | Tomas Cere |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| External issue ID: | 9261 |
| Description |
|
Problem: Solution: What needs to be done:
|
| Comments |
| Comment by Tomas Cere [ 12/Oct/17 ] |
|
I think the reason it was implemented like this was to prevent anybody being able to read the keypair from the datastore. The netconf model will need to be updated, we will need to prevent breaking api changes for now so we need to keep the The new model would look like this: leaf password { type string; } } leaf password { type string; } } leaf password { type string; } } } |
| Comment by Tomas Cere [ 24/Oct/17 ] |
|
https://git.opendaylight.org/gerrit/#/q/topic:keyauth-refactor |