Skip to content

Conversation

@brichet
Copy link
Collaborator

@brichet brichet commented Mar 7, 2025

This PR update the manager list() method to return also the values.

Initially discussed at #1 (comment)

@brichet brichet added the enhancement New feature or request label Mar 7, 2025
@brichet brichet changed the title manager's list method also return Secret values manager's list method returning ids and secret values Mar 7, 2025
src/token.ts Outdated
}

export interface ISecretsConnector extends IDataConnector<ISecret> {}
export interface ISecretsConnectorList<T = ISecret> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if this should be named ISecretsList instead?

With ISecretsConnectorList, on may think this is a connector for interacting with lists of secrets at once?

Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jtpio jtpio merged commit 486c46a into jupyterlab-contrib:main Mar 7, 2025
6 checks passed
@brichet brichet deleted the list_method branch March 7, 2025 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants