Prometheus: Add flag to SigV4 auth for styles in auth component (#73959)

add flag to sigv4 for custom styles to fit in auth component
This commit is contained in:
Brendan O'Handley 2023-09-05 08:51:42 -04:00 committed by GitHub
parent f237d19451
commit c946bcdd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,9 @@ export const ConfigEditor = (props: Props) => {
onOptionsChange={onOptionsChange}
azureAuthSettings={azureAuthSettings}
sigV4AuthToggleEnabled={config.sigV4AuthEnabled}
renderSigV4Editor={<SIGV4ConnectionConfig {...props}></SIGV4ConnectionConfig>}
renderSigV4Editor={
<SIGV4ConnectionConfig inExperimentalAuthComponent={true} {...props}></SIGV4ConnectionConfig>
}
secureSocksDSProxyEnabled={config.secureSocksDSProxyEnabled}
/>
</>