Skip to content

Conversation

@travispaul
Copy link
Member

@travispaul travispaul commented Oct 27, 2025

Updates to existing AccessKey support:

  • Filtering out unwanted dn, objectclass, and controls properties.
  • Only returning accesskeysecret upon key creation of an AccessKey.
  • Support for updating the status and description properties for AccessKeys.
  • Update endpoints
  • Limit number of accesskeys that can be created (100)

Copy link
Contributor

@danmcd danmcd left a comment

Choose a reason for hiding this comment

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

Checkpointing.

}

try {
ufds.updateAccessKey(user, account, params, function (err, accesskey) {
Copy link

@cneira cneira Oct 29, 2025

Choose a reason for hiding this comment

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

Now that access keys have the description property, which can be updated along with access keys' status, I think we do not need to make the modify method from a NOP to handle this in MAHI properly. I could be wrong, though.

Copy link
Member Author

Choose a reason for hiding this comment

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

That sounds accurate to me. I'll install TritonDataCenter/mahi/pull/25 and look at that a bit more in depth today.

Copy link
Contributor

Choose a reason for hiding this comment

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

👆 is MANTA-5475 for those who organize by bugid.

Copy link
Member Author

Choose a reason for hiding this comment

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

This PR makes the necessary changes to Mahi: TritonDataCenter/mahi/pull/26

Copy link
Contributor

@danmcd danmcd left a comment

Choose a reason for hiding this comment

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

Pass-0, and I know this is still in Draft-PR state.

@travispaul travispaul marked this pull request as ready for review December 17, 2025 00:26
@travispaul travispaul requested review from cneira and danmcd December 17, 2025 00:27
Copy link
Contributor

@danmcd danmcd left a comment

Choose a reason for hiding this comment

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

Incremental update.

Copy link
Contributor

@danmcd danmcd left a comment

Choose a reason for hiding this comment

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

Almost there, I think. I have Y2038 anxiety, but that's not a blocker for this unless you expect some lifetimes to exceed Y2038 expiration time.

Copy link
Contributor

@danmcd danmcd left a comment

Choose a reason for hiding this comment

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

Do not push without @cneira approval, but my concerns have been addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants