We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000b94f commit 9403af4Copy full SHA for 9403af4
wren-ui/src/components/pages/setup/dataSources/AthenaProperties.tsx
@@ -221,7 +221,7 @@ export default function AthenaProperties(props: Props) {
221
)}
222
223
{authType === ATHENA_AUTH_METHOD.instance_profile && (
224
- <div style={{ fontStyle: 'italic', color: '#666' }}>
+ <div className="gray-8" style={{ fontStyle: 'italic'}}>
225
We will automatically detect AWS credentials from the Instance Profile role
226
assigned to this compute environment (EC2, ECS, EKS).
227
</div>
0 commit comments