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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Federation secret not generated #3796

Open
ChristopheBeke opened this issue Mar 20, 2024 · 0 comments
Open

Federation secret not generated #3796

ChristopheBeke opened this issue Mar 20, 2024 · 0 comments
Labels
type/bug Something isn't working

Comments

@ChristopheBeke
Copy link

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Overview of the Issue

No federation secret is being installed on my AKS cluster.

Reproduction Steps

When running helm install with the following values.yml:

acls:
  createReplicationToken: true
  manageSystemACLs: true
client:
  enabled: true
connectInject:
  default: false
  enabled: true
  k8sAllowNamespaces:
  - services
  - consul
controller:
  enabled: true
federation:
  createFederationSecret: true
  enabled: true
global:
  datacenter: dc1
  name: consul
gossipEncryption:
  autoGenerate: true
meshGateway:
  enabled: true
server:
  enabled: true
tls:
  enabled: true

Expected behavior

For the federation secret to be created in the namespace consul.

Environment details

Consul Version: 1.18.0
Chart Version: 1.4.0
AKS Version: 1.27.9

Additional Context

Need the federation secret for federating multiple AKS clusters.

@ChristopheBeke ChristopheBeke added the type/bug Something isn't working label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant