-
Notifications
You must be signed in to change notification settings - Fork 136
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
Update zowe-v3-migration.md #4222
base: master
Are you sure you want to change the base?
Update zowe-v3-migration.md #4222
Conversation
A note is added. Location: Migrating from Zowe Vx to Zowe V3 page --> Updated Configuration Parameters section --> Keyrings section --> Note is after the line.
😺 Thank you for creating this PR! To publish your content to Zowe Docs, follow these required steps.
Need help? Contact the Doc Squad in the #zowe-doc Slack channel. |
…Params_in_Keyrings_section
@@ -171,6 +171,8 @@ components: | |||
#### Keyrings | |||
|
|||
If you are using keyrings, verify that Zowe YAML references to `safkeyring` use 2 slashes, not 4, such as `safkeyring://` instead of `safkeyring:////`. | |||
:::info After you edit the configuration parameters in your Zowe YAML file, reinstall and reinitialize Zowe. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this note here? I looks like, when you update safkeyring:////
to safkeyring://
then you need to install and configure Zowe again.
…Params_in_Keyrings_section
A note is added.
Location: Migrating from Zowe Vx to Zowe V3 page --> Updated Configuration Parameters section -->
Keyrings section --> Note is after the line.
Here's the Note: After you edit the configuration parameters in your Zowe YAML file, reinstall and reinitialize Zowe.
Describe your pull request here:
List the file(s) included in this PR: zowe-v3-migration.md
After creating the PR, follow the instructions in the comments.