Skip to content

Commit 7f1d269

Browse files
authored
Explain Azure Workload Identity limitation for authentication
1 parent a8545c9 commit 7f1d269

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ The following sections show you how to set up Azure Database for MySQL - Flexibl
139139

140140
The sample is a Java application backed by a MySQL database, and is deployed to the OpenShift cluster using Source-to-Image (S2I). For more information about S2I, see the [S2I Documentation](http://red.ht/eap-aro-s2i).
141141

142+
> [!NOTE]
143+
> Since Azure Workload Identity is not supported by Azure OpenShift yet, instead of using passwordless database connections, we will still use username/password pair for database authentication.
144+
142145
Open a shell and set the following environment variables. Replace the substitutions as appropriate.
143146

144147
```bash

0 commit comments

Comments
 (0)