Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stringData:
----
apiVersion: v1
data:
apitoken: <api_token>
apitoken: <api_token> <2>
kind: Secret
metadata:
name: rhelai-api-keys
Expand All @@ -57,7 +57,7 @@ type: Opaque
----
apiVersion: v1
data:
apitoken: <api_token>
apitoken: <api_token> <2>
kind: Secret
metadata:
name: rhoai-api-keys
Expand All @@ -70,7 +70,7 @@ type: Opaque
----
apiVersion: v1
data:
apitoken: <api_token>
apitoken: <api_token> <2>
kind: Secret
metadata:
name: watsonx-api-keys
Expand All @@ -83,13 +83,14 @@ type: Opaque
----
apiVersion: v1
data:
apitoken: <api_token>
apitoken: <api_token> <2>
kind: Secret
metadata:
name: azure-api-keys
namespace: openshift-lightspeed
type: Opaque
----
<2> The `apitoken` is `base64` encoded
+
Alternatively, for {azure-openai} you can use {entra-id} to authenticate your LLM provider. {entra-id} users must configure the required roles for their {azure-openai} resource. For more information, see the official Microsoft link:https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/role-based-access-control#cognitive-services-openai-contributor[Cognitive Services OpenAI Contributor](Microsoft Azure OpenAI Service documentation).
+
Expand All @@ -108,4 +109,4 @@ metadata:
type: Opaque
----

. Click *Create*.
. Click *Create*.