We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d453f commit 05cd334Copy full SHA for 05cd334
1 file changed
wren-ui/src/components/pages/setup/dataSources/AthenaProperties.tsx
@@ -201,7 +201,7 @@ export default function AthenaProperties(props: Props) {
201
AWS credentials
202
</Radio.Button>
203
<Radio.Button value={ATHENA_AUTH_METHOD.oidc}>
204
- OIDC (web identity)
+ OIDC (web identity token)
205
206
<Radio.Button value={ATHENA_AUTH_METHOD.instance_profile}>
207
Instance Profile
0 commit comments