-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add the doc on Secret customization #933
base: main
Are you sure you want to change the base?
Conversation
Add one of following labels |
docs/user/03-11-customize_secret.md
Outdated
@@ -0,0 +1,45 @@ | |||
# Customize the Default Credentials and Access | |||
|
|||
You can customize the `sap-btp-manager` Secret and manage your own SAP BTP Operator's default configuration. |
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.
Does this mean "manage the default configuration of your own SAP BTP Operator", or "manage your own default configuration of the SAP BTP Operator"?
I assume the 2nd option, anyway I'd suggest phrasing it in an unambiguous way,
docs/user/03-11-customize_secret.md
Outdated
## Context | ||
|
||
When you create SAP BTP, Kyma runtime, the `sap-btp-manager` Secret is automatically created as the default Secret managing the SAP BTP Operator's resources. | ||
Any changes to the Secret are reverted, and the previous settings are restored within up to 24 hours. |
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.
Because the word reconciliation comes up in line 11, I'd introduce it here:
Any changes to the Secret are reverted, and the previous settings are restored within up to 24 hours. | |
Because of Kyma's automatic reconciliation, any changes to the Secret are reverted, and the previous settings are restored within up to 24 hours. |
(maybe you can phrase it more elegantly :D)
docs/user/03-11-customize_secret.md
Outdated
To customize the `sap-btp-manager` Secret and prevent your changes from being reverted, you must stop the Secret's reconciliation. | ||
With the customized Secret, you can perform the following actions: | ||
|
||
* Manage your own SAP BTP Operator's default configuration |
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.
like in line 3, I find this noun phrase ambiguous. Can you disentangle it a bit?
docs/user/03-11-customize_secret.md
Outdated
With the customized Secret, you can perform the following actions: | ||
|
||
* Manage your own SAP BTP Operator's default configuration | ||
* Migrate the instances you created outside of the Kyma environment to your Kyma cluster |
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.
instances of what? Kyma instances? Application instances? Service instances?
docs/user/03-11-customize_secret.md
Outdated
|
||
## Result | ||
|
||
Your customized `sap-btp-manager` Secret is now the default SAP BTP Operator's Secret. It generates the SAP BTP service operator's resources, as shown in the following diagram: |
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.
preposition instead of genitive makes it easier to understand for me
Your customized `sap-btp-manager` Secret is now the default SAP BTP Operator's Secret. It generates the SAP BTP service operator's resources, as shown in the following diagram: | |
Your customized `sap-btp-manager` Secret is now the default Secret of the SAP BTP Operator. It generates the SAP BTP service operator's resources, as shown in the following diagram: |
docs/user/03-11-customize_secret.md
Outdated
|
||
With the customized default `sap-btp-manager` Secret, you can perform the following actions: | ||
|
||
* Migrate your instances created, for example, in Gardener, to the Kyma environment. |
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.
same question as in line 15 :D
Description
Changes proposed in this pull request:
sap-btp-manager
Secret.Related issue(s)
See #901