You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see in commit 0afb68a44 the location of master.key was changed from ${::artifactory::artifactory_home}/etc/security/master.key" to "${_security_dir}/master.key" (_security_dir = ${::artifactory::artifactory_home}/etc/artifactory/security).
Reviewing 6.x to 7x upgrade instructions the only change in location for master.key is from ARTIFACTORY_HOME to JFROG_HOME, but is not moved from etc/security to etc/artifactory/security subdirectory.
If you look at an example system.yaml ie..system.basic-template.yaml or system.full-template.yaml
you will find that master.key location still indicates default of JFROG_HOME/artifactory/var/etc/security/master.key
I have not verified, however looking in my JFROG_HOME
/var/opt/jfrog/artifactory/etc/artifactory/security
I do not see a master.key generated by Artifactory (7.4.3), so I am making the assumption that the default location as specified in system.yaml example files is the location still being used for master.key.
I do not have a .secrets dir so I can not comment on that.
I am still using 2.2.7 and was running noop against 3.0.0 to see changes and picked up the change regarding master.key.
The text was updated successfully, but these errors were encountered:
I see in commit 0afb68a44 the location of master.key was changed from ${::artifactory::artifactory_home}/etc/security/master.key" to "${_security_dir}/master.key" (_security_dir = ${::artifactory::artifactory_home}/etc/artifactory/security).
Reviewing 6.x to 7x upgrade instructions the only change in location for master.key is from ARTIFACTORY_HOME to JFROG_HOME, but is not moved from etc/security to etc/artifactory/security subdirectory.
If you look at an example system.yaml ie..system.basic-template.yaml or system.full-template.yaml
you will find that master.key location still indicates default of JFROG_HOME/artifactory/var/etc/security/master.key
I have not verified, however looking in my JFROG_HOME
/var/opt/jfrog/artifactory/etc/artifactory/security
I do not see a master.key generated by Artifactory (7.4.3), so I am making the assumption that the default location as specified in system.yaml example files is the location still being used for master.key.
I do not have a .secrets dir so I can not comment on that.
I am still using 2.2.7 and was running noop against 3.0.0 to see changes and picked up the change regarding master.key.
The text was updated successfully, but these errors were encountered: