Skip to content

Commit

Permalink
Apply Nina's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
IwonaLanger committed Dec 19, 2024
1 parent 2053362 commit 646f1b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/user/03-11-customize_secret.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Customize the Default Credentials and Access

You can customize the `sap-btp-manager` Secret and manage your own SAP BTP Operator's default configuration.
You can customize the `sap-btp-manager` Secret and manage your own default configuration of the SAP BTP Operator module.

## 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.
Because of Kyma's automatic reconciliation, any changes to the Secret are reverted, and the previous settings are restored within up to 24 hours.
See [Preconfigured Credentials and Access](03-10-preconfigured-secret.md#credentials).

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
* Migrate the instances you created outside of the Kyma environment to your Kyma cluster
* Manage your own default configuration of SAP BTP Operator
* Migrate the service instances you created outside of the Kyma environment to your Kyma cluster

## Procedure

Expand All @@ -24,7 +24,7 @@ To customize the `sap-btp-manager` Secret, perform the following steps:

## 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:
Your customized `sap-btp-manager` Secret is now the default Secret of the SAP BTP Operator module. It generates the SAP BTP service operator's resources, as shown in the following diagram:

![Customized module credentials](../assets/module_credentials_customized.drawio.svg)

Expand All @@ -37,7 +37,7 @@ The reconciliation of the Secret stops and your changes are not reverted.

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.
* Migrate your service instances created, for example, in Gardener, to the Kyma environment.
* Connect a namespace to a specific subaccount without creating a namespace-based Secret because the `sap-btp-service-operator` Secret already includes your custom credentials. See [Namespace-Level Mapping](03-22-namespace-level-mapping.md).

> [!NOTE]
Expand Down

0 comments on commit 646f1b8

Please sign in to comment.