Jelajahi Sumber

Hide the 'secret_access_key' in AWS Endpoint Page

Sergiu Miclea 7 tahun lalu
induk
melakukan
604b2387f5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/stores/EndpointStore.js

+ 1 - 1
src/stores/EndpointStore.js

@@ -18,7 +18,7 @@ import type { Endpoint, Validation, StorageBackend } from '../types/Endpoint'
 import notificationStore from './NotificationStore'
 import EndpointSource from '../sources/EndpointSource'
 
-export const passwordFields = ['password', 'private_key_passphrase']
+export const passwordFields = ['password', 'private_key_passphrase', 'secret_access_key']
 
 const updateEndpoint = (endpoint, endpoints) => endpoints.map(e => {
   if (e.id === endpoint.id) {