17982: Updates integration test cluster's config file to make tests work again.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 10 Aug 2021 17:27:05 +0000 (14:27 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 10 Aug 2021 17:27:05 +0000 (14:27 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

src/views/ssh-key-panel/ssh-key-panel.tsx
tools/arvados_config.yml

index 672b1bf316339eb3a49053f12657d5519639f575..24ca3468d181bc37dafe9d51f2cbdc4098fc7ae5 100644 (file)
@@ -11,7 +11,7 @@ import { SshKeyPanelRoot, SshKeyPanelRootDataProps, SshKeyPanelRootActionProps }
 
 const mapStateToProps = (state: RootState): SshKeyPanelRootDataProps => {
     const sshKeys = state.auth.sshKeys.filter((key) => {
-      return key.authorizedUserUuid == (state.auth.user ? state.auth.user.uuid : null);
+      return key.authorizedUserUuid === (state.auth.user ? state.auth.user.uuid : null);
     });
 
     return {
index 963da48d8dca385f0fba311de4a0ac09ee860224..3fcd61194b3c2635287ebc0fe07bb0754dddc773 100644 (file)
@@ -17,6 +17,11 @@ Clusters:
     Login:
       PAM:
         Enable: true
+    StorageClasses:
+      default:
+        Default: true
+      foo: {}
+      bar: {}
     Volumes:
       zzzzz-nyw5e-000000000000000:
         StorageClasses: