Skip to content

docs: container temporary credentials#6152

Merged
MMaiero merged 6 commits intodocs-developfrom
docs/container-temporary-credentials
Feb 24, 2026
Merged

docs: container temporary credentials#6152
MMaiero merged 6 commits intodocs-developfrom
docs/container-temporary-credentials

Conversation

@MMaiero
Copy link
Copy Markdown
Member

@MMaiero MMaiero commented Jan 20, 2026

Note: We are using the Conventional Commits convention for our pull request titles. Please take a look at the PR title format document for the supported types and scopes.

Brief description of the PR. [e.g. Added null check on object to avoid NullPointerException]

Related Issue: This PR fixes/closes {issue number}

Description of the solution adopted: A more detailed description of the changes made to solve/close one or more issues. If the PR is simple and easy to understand this section can be skipped

Screenshots: If applicable, add screenshots to help explain your solution

Manual Tests: Optional description of the tests performed to check correct functioning of changes, useful for an efficient review

Any side note on the changes made: Description of any other change that has been made, which is not directly linked to the issue resolution [e.g. Code clean up/Sonar issue resolution]

@MMaiero MMaiero changed the title Docs/container temporary credentials docs: container temporary credentials Jan 20, 2026
@MMaiero MMaiero requested a review from nicolatimeus January 27, 2026 08:40
@MMaiero MMaiero force-pushed the docs/container-temporary-credentials branch from b69b104 to 63af760 Compare February 7, 2026 17:11
### Key Characteristics

- **Non-Persistent**: Temporary identities exist only in memory and are never persisted to disk or configuration snapshots
- **Password-Based Authentication**: Each temporary identity uses a generated password for authentication
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

should work also with certificates right?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Updated

Comment thread docs/core-services/container-orchestration-provider-usage.md Outdated
…on feature

This commit adds comprehensive documentation for the container temporary
credentials feature introduced in the Container Orchestration Provider. The
documentation covers:

- Container Identity Integration feature in container-orchestration-provider-usage.md
  - Configuration parameters (Identity Integration Enabled, Container Permissions)
  - Detailed overview of how the feature works
  - Complete usage examples in Python, JavaScript, Shell Script
  - Best practices and troubleshooting guide

- Updated container-orchestration-provider.md to list Identity Integration
  as a key feature

- New how-to-use-temporary-identity-service.md for Java developers
  - TemporaryIdentityService API reference
  - Usage examples for OSGi bundles
  - Best practices and security considerations
  - Common use cases including container authentication

- Updated authentication-and-authorization.md with new Temporary Identities section
  - Key characteristics of temporary identities
  - Differences from regular identities
  - API overview and usage example
  - Cross-references to related documentation

- Updated mkdocs.yml navigation to include the new Java development guide

The documentation provides developers and users with a complete understanding
of how to leverage temporary credentials for secure container-to-Kura communication.
@MMaiero MMaiero force-pushed the docs/container-temporary-credentials branch from 63af760 to 6b55fed Compare February 24, 2026 07:14
Updated usage examples section to remove redundant examples and improve clarity.
@MMaiero MMaiero merged commit d890106 into docs-develop Feb 24, 2026
2 checks passed
@MMaiero MMaiero deleted the docs/container-temporary-credentials branch February 24, 2026 09:42
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