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

add flag to sigv4 for custom styles to fit in auth component
pull/74395/head
Brendan O'Handley 2 years ago committed by GitHub
parent f237d19451
commit c946bcdd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      public/app/plugins/datasource/prometheus/configuration/ConfigEditor.tsx

@ -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}
/>
</>

Loading…
Cancel
Save