mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
f237d19451
commit
c946bcdd75
@ -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…
Reference in New Issue
Block a user