Skip to content

Document Service Processor public-key second-factor support in ONTAP 9.15.1#2063

Closed
Copilot wants to merge 3 commits into
mainfrom
copilot/two-factor-authentication-documentation
Closed

Document Service Processor public-key second-factor support in ONTAP 9.15.1#2063
Copilot wants to merge 3 commits into
mainfrom
copilot/two-factor-authentication-documentation

Conversation

Copilot AI commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

The SP access documentation incorrectly stated that the Service Processor supports only password authentication. This update documents that SP accounts can use password plus publickey two-factor authentication starting in ONTAP 9.15.1.

  • What changed

    • Updated system-admin/accounts-access-sp-concept.adoc to remove the password-only statement.
    • Added the version boundary for SP two-factor authentication support: ONTAP 9.15.1 and later.
    • Clarified that SP access still uses password as the primary authentication method, with optional publickey as the second factor.
    • Added direct command-reference links for the related login management commands.
  • Documentation detail

    • Reworded the page summary and lead so the capability is visible in search/snippet contexts.
    • Added guidance that SP MFA is configured with security login modify and security login publickey create.
  • Example

    security login modify \
      -user-or-group-name <user> \
      -application service-processor \
      -authentication-method password \
      -second-authentication-method publickey
    
    security login publickey create \
      -username <user> \
      -application service-processor \
      -index 0 \
      -publickey "ssh-rsa ..."
    

Copilot AI changed the title [WIP] Document two factor authentication methods for service processor Document Service Processor public-key second-factor support in ONTAP 9.15.1 Jun 5, 2026
Copilot AI requested a review from netapp-andreajost June 5, 2026 20:29

@netapp-andreajost netapp-andreajost left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can you also add a commented out date and status update at the bottom following the current example. The update can be brief, e.g. update do include optional 2FA

Copilot AI commented Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

Can you also add a commented out date and status update at the bottom following the current example. The update can be brief, e.g. update do include optional 2FA

Done in 54720b0.

Copilot AI requested a review from netapp-andreajost June 5, 2026 20:38
@netapp-andreajost netapp-andreajost marked this pull request as ready for review June 5, 2026 20:52

@netapp-andreajost netapp-andreajost left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Reviewed content and approve this update.

@netapp-andreajost

Copy link
Copy Markdown
Contributor

Moving to internal repo.

@netapp-andreajost netapp-andreajost deleted the copilot/two-factor-authentication-documentation branch June 8, 2026 17:41
@netapp-andreajost netapp-andreajost restored the copilot/two-factor-authentication-documentation branch June 8, 2026 18:02
@netapp-andreajost netapp-andreajost deleted the copilot/two-factor-authentication-documentation branch June 8, 2026 18:04
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.

2 participants