Maksim Nabokikh
Maksim Nabokikh
### Enhancement Description - One-line enhancement description (can be used as a release note): Auth API to get self user attributes - Kubernetes Enhancement Proposal: - Discussion Link: - Internal...
### OpenTofu Version ```shell Any version. ``` ### Use Cases This is the feature awaited by many developers in the terraform community for a very long time. My case is...
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
**Is your feature request related to a problem? Please describe.** There is no established way to install shell-operator. **Describe the solution you'd like to see** The proposed solution is a...
#### Overview Enhanced the OIDC connector to allow specifying an empty promptType parameter. Previously, the default behavior always appended 'consent' if promptType was not specified. This adjustment was necessary due...
#### Overview Customization of headers in the authentication server is crucial for enforcing stringent security measures by allowing the inclusion of specific headers required for authentication protocols and compliance standards....
#### Overview This pull request introduces a crucial enhancement to the project by implementing queue-based initialization for connectors with backoff. The primary motivation behind this update is to mitigate the...
Addon-operator compares checksums of the current and previous helm templates. However, helm hooks are not included in manifests. https://github.com/flant/addon-operator/blob/510de763c68bbf8e20498867d6b7eed01d7bdb95/pkg/module_manager/module.go#L330-L337
addon-operator can wait for resources to be deployed successfully by utilizing helm [`wait` capability](https://github.com/helm/helm/blob/a749b663101df85c6e202e7094a20033e312ecce/pkg/action/upgrade.go#L67-L68). To achieve this, a new option should be added [to the upgrade](https://github.com/flant/addon-operator/blob/4869aab10238af2fa9e0990e12e644f066c591ae/pkg/helm/helm3lib/helm3lib.go#L141C16-L148). Let's utilize an env...
### Problem The main idea is that it is sometimes required to see what changes between module runs. For example, resources were redeployed because a value was changed, and you...