docs: container temporary credentials#6152
Merged
MMaiero merged 6 commits intodocs-developfrom Feb 24, 2026
Merged
Conversation
b69b104 to
63af760
Compare
| ### 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 |
Member
There was a problem hiding this comment.
should work also with certificates right?
…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.
63af760 to
6b55fed
Compare
Updated usage examples section to remove redundant examples and improve clarity.
…nd password support
nicolatimeus
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brief description of the PR. [e.g. Added
nullcheck onobjectto avoidNullPointerException]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]