Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static Manifest Support #411

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Static Manifest Support #411

wants to merge 1 commit into from

Conversation

kfox1111
Copy link
Contributor

Enables watching a directory for CRs to configure SPIRE with rather then get them from Kubernetes. This allows for simple to configure stand alone SPIRE servers, easy integration with traditional configuration management systems, and/or easy syncing of config from git.

It supports:

  • ClusterStaticEntries
  • ClusterFederatedTrustDomains

Enables watching a directory for CRs to configure SPIRE with rather
then get them from Kubernetes. This allows for simple to configure
stand alone SPIRE servers, easy integration with traditional
configuration management systems, and/or easy syncing of config from
git.

It supports:
 * ClusterStaticEntries
 * ClusterFederatedTrustDomains

Signed-off-by: Kevin Fox <[email protected]>
@kfox1111 kfox1111 marked this pull request as draft September 15, 2024 00:49
@@ -17,6 +17,7 @@ limitations under the License.
package main

import (
"context"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This file is very hacky at the moment. Just to test things out. It ill need to be reworked still.

The other files should be in pretty good shape.

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.

1 participant