Skip to content

Commit

Permalink
Add temporary lint pleasers
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa committed Oct 9, 2024
1 parent b386cb2 commit 3140a5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,12 @@ export function AccessRequestCheckout() {
setPendingRequestTtl={setPendingRequestTtl}
startTime={startTime}
onStartTimeChange={onStartTimeChange}
// TODO: these are placeholders to satisy linters.
// There is a split PR that handles teleterm support
// that will be merged right after this one (once both are approved)
bulkToggleKubeResources={() => null}
fetchKubeNamespaces={() => null}
allowedKubeSubresourceKinds={[]}
/>
)}
</Transition>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ function toResourceMap(request: PendingAccessRequest): ResourceMap {
db: {},
app: {},
saml_idp_service_provider: {},
namespace: {},
};
if (request.kind === 'role') {
request.roles.forEach(role => {
Expand Down

0 comments on commit 3140a5c

Please sign in to comment.